-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.82 KB
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
{
"name": "front-shelfish",
"version": "0.1.0",
"private": true,
"dependencies": {
"asynkstorage": "^1.0.8",
"axios": "^0.18.0",
"cloudinary-react": "^1.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"flatpickr": "^4.5.4",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-autobind": "^1.0.6",
"react-dom": "^16.7.0",
"react-geocode": "^0.1.2",
"react-google-maps": "^9.4.5",
"react-lazyload": "^2.3.0",
"react-load-script": "^0.0.6",
"react-localize-redux": "^3.5.1",
"react-redux": "^6.0.0",
"react-redux-toastr": "^7.4.7",
"react-responsive-modal": "^3.5.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-select": "1.3.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2"
},
"scripts": {
"build-css": "node-sass-chokidar src/resources -o src/resources",
"watch-css": "npm run build-css && node-sass-chokidar src/resources -o src/resources --watch --recursive --usePolling",
"start-js": "set HTTPS=true && react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"unit:test": "react-scripts test",
"e2e:test": "./node_modules/.bin/testcafe firefox src/tests/__e2e__/",
"eject": "react-scripts eject",
"start:testing": "env-cmd .env.testing npm run start",
"start:production": "env-cmd .env.production npm run start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"env-cmd": "^8.0.2",
"node-sass-chokidar": "^1.3.4",
"npm-run-all": "^4.1.5",
"redux-devtools-extension": "^2.13.8",
"testcafe": "^1.1.0"
}
}