-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
{
"name": "arrangement",
"version": "0.1.0",
"private": true,
"dependencies": {
"@handsontable/react": "^3.0.0",
"@material-ui/core": "^4.0.0-rc.0",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.25",
"ajv": "^6.12.3",
"axios": "^1.6.0",
"handsontable": "^13.0.0",
"history": "^4.9.0",
"lodash": "^4.17.21",
"notistack": "^0.5.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-awesome-tabs": "^0.1.0",
"react-beautiful-dnd": "^9.0.2",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-google-button": "^0.6.0",
"react-google-login": "^4.0.1",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^5.0.1",
"react-sortable-hoc": "^1.10.1",
"react-timestamp": "^4.4.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"universal-cookie": "^3.1.0"
},
"scripts": {
"precommit": "eslint --ext .jsx 'src/**/*.{js,jsx}' --fix",
"eslint:fix": "eslint src --fix",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"husky": "^0.14.3",
"jest-localstorage-mock": "^2.4.0",
"redux-mock-store": "^1.5.3",
"remote-redux-devtools": "^0.5.16"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}