-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "photobooth-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.0",
"axios": "^0.18.0",
"base64-img": "^1.0.4",
"browserify": "^16.2.3",
"file-saver": "^2.0.0",
"html2canvas": "^1.0.0-alpha.12",
"masonry-layout": "^4.2.2",
"materialize-css": "^1.0.0-rc.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-masonry-component": "^6.2.1",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-sound": "^1.2.0",
"react-webcam": "^1.1.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.84.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}