-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 803 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 803 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
{
"name": "react-tictac-pwa",
"version": "0.1.0",
"private": true,
"homepage": "http://codeSharya.github.io/tictac-pwa",
"dependencies": {
"firebase": "^5.5.2",
"material-ui": "^1.0.0-beta.21",
"material-ui-icons": "1.0.0-alpha.19",
"prop-types": "15.5.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "3.0.0-beta.7",
"react-redux": "^5.0.5",
"react-router": "4.1.1",
"react-router-dom": "4.1.1",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "firebase deploy",
"eject": "react-scripts eject"
}
}