-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "deviantart-helper-frontend-react",
"version": "1.0.0",
"private": false,
"dependencies": {
"cross-env": "^5.2.0",
"dotenv": "^6.2.0",
"driveup": "^1.0.1",
"install": "^0.12.2",
"node-sass": "^4.11.0",
"npm": "^6.9.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bulma-components": "^2.3.0",
"react-datepicker": "^2.4.0",
"react-dom": "^16.8.6",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"recharts": "^1.5.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "cross-env NODE_PATH=./src react-scripts start",
"build": "cross-env NODE_PATH=./src react-scripts build",
"test": "driveup && react-scripts test --env=jsdom",
"test:staged": "driveup && cross-env CI=true react-scripts test --env=jsdom --findRelatedTests",
"coverage": "driveup && react-scripts test --coverage",
"eject": "react-scripts eject"
},
"author": "VladimirButin",
"license": "ISC",
"homepage": "https://bitbucket.org/VladimirButin/deviantart-helper-frontend-react",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"lint-staged": {
"src/**/*.{js,jsx}": [
"eslint",
"npm run test:staged",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-jsdoc": "^4.8.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"redux-mock-store": "^1.5.3"
}
}