-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "personal-website",
"version": "0.1.0",
"private": false,
"homepage": "https://www.melodywei.me",
"dependencies": {
"body-parser": "^1.20.2",
"classnames": "^2.3.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"node-sass": "^7.0.1",
"react": "^16.14.0",
"react-bootstrap-navbar": "^1.1.0",
"react-dom": "^16.14.0",
"react-locky": "^1.5.7",
"react-pdf": "^5.7.2",
"react-router-dom": "^6.3.0",
"react-scripts": "2.1.8",
"react-window-resize-listener": "^1.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gh-pages": "^1.2.0",
"gulp": "^3.9.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}