-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 918 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 918 Bytes
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
{
"name": "react-search-ui",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000/",
"dependencies": {
"csvtojson": "^1.1.12",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"styles": "nodemon -e scss -x node-sass --include-path scss ./Styles/style.scss ./Styles/style.css"
},
"devDependencies": {
"@material-ui/core": "^1.1.0",
"@material-ui/icons": "^1.1.0",
"axios": "^0.18.0",
"lodash": "^4.17.10",
"node-sass": "^4.9.0",
"nodemon": "^1.17.4",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"scss": "^0.2.4",
"underscore": "^1.9.0"
}
}