-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
{
"name": "super-procrastinator",
"homepage": "https://mortenterhart.github.io/super-procrastinator",
"version": "0.1.0",
"private": true,
"dependencies": {
"@firebase/app": "^0.3.7",
"ajv": "^6.2.0",
"bootstrap": "^4.3.1",
"firebase": "^5.8.0",
"jquery": "^3.4.1",
"npm": "^6.9.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-firebaseui": "^3.1.2",
"react-scripts": "^2.1.8",
"reactstrap": "^7.1.0",
"redux": "^4.0.1"
},
"devDependencies": {
"axios": "^0.21.1",
"date-fns": "^1.29.0",
"gh-pages": "^2.0.1",
"prop-types": "^15.6.1",
"react-redux": "^6.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.1",
"redux-thunk": "^2.2.0",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}