-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
{
"name": "bms",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.2.0",
"axios": "^0.18.0",
"moment": "^2.22.2",
"node-sass-chokidar": "^1.3.0",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-awesome-modal": "^2.0.3",
"react-dom": "^16.4.0",
"react-hot-loader": "^4.3.0",
"react-paypal-express-checkout": "^1.0.4",
"react-pro-booking-calendar": "^1.0.23",
"react-redux": "^5.0.7",
"react-responsive-ux-container": "^1.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-sizeme": "^2.4.4",
"react-slick": "^0.23.1",
"react-spinners": "^0.3.2",
"react-spinners_new": "^0.3.4",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"fix": "eslint --fix src",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"jest": "^23.1.0",
"prettier": "1.13.4"
}
}