generated from BloomTech-Labs/template-fe
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.33 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.15.3",
"npm": "6.4.1"
},
"dependencies": {
"apexcharts": "^3.10.1",
"axios": "^0.19.2",
"dom": "^0.0.3",
"dotenv": "^8.2.0",
"grommet": "^2.11.1",
"node-sass": "^4.13.1",
"react": "^16.11.0",
"react-apexcharts": "^1.3.3",
"react-dom": "^16.11.0",
"react-load-script": "^0.0.6",
"react-ratings-declarative": "^3.4.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.2.0",
"react-star-ratings": "^2.3.0",
"react-tabs": "^3.0.0",
"reactjs-popup": "^1.5.0",
"reactstrap": "^8.0.1",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"styled-react-modal": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.3",
"@testing-library/react": "^9.3.2",
"babel-plugin-styled-components": "^1.10.7"
}
}