forked from thinkful-ei24/buvie-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1017 Bytes
/
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"jest": "^23.6.0",
"react-scripts": "2.1.1",
"react-test-renderer": "^16.6.3"
},
"dependencies": {
"js-md5": "^0.7.3",
"jwt-decode": "^2.2.0",
"moment": "^2.23.0",
"query-string": "^6.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-icons": "^3.2.2",
"react-images-upload": "^1.2.3",
"react-modal": "^3.7.1",
"react-onclickoutside": "^6.7.1",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-form": "^7.3.0",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.2.0",
"styled-components": "^4.1.2",
"sweetalert": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"jest": "jest"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}