-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.15 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
44
45
46
47
48
49
{
"homepage": "https://michalwiacek.github.io/daftcode-spacex",
"author": "Michał Wiącek",
"license": "MIT",
"name": "daftcode-spacex",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"serve": "serve dist",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "PORT=5001 react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"dependencies": {
"axios": "1.2.0",
"date-fns": "2.29.3",
"format-duration": "2.0.0",
"lodash": "4.17.21",
"moment": "2.29.4",
"react": "^18.0.2",
"react-countdown-date": "1.0.0",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-spinners": "0.13.6",
"sass": "^1.56.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"concat": "^1.0.3",
"node-sass": "^7.0.3",
"npm-run-all": "^4.1.5",
"postcss-cli": "^10.0.0"
}
}