-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "sendtodevice",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.2",
"@material-ui/icons": "^2.0.0",
"firebase": "^5.3.0",
"localStorage": "^1.0.3",
"moment": "^2.22.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-redux-firebase": "^2.1.7",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-firestore": "^0.5.7",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"sw": "webpack --mode development --config webpack.config.sw.js"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}