-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "zihao",
"version": "1.0.0",
"repository": "[email protected]:zzh8829/zihao.git",
"author": "Zihao Zhang <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "rm -rf public",
"start": "gulp watch",
"build": "gulp build",
"deploy": "yarn clean && yarn build && ./deploy/release-firebase.sh"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.3",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@tweenjs/tween.js": "^18.5.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"classnames": "^2.2.6",
"css-loader": "^3.4.2",
"fetch-suspense": "^1.2.2",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"react": "^16.12.0",
"react-color": "^2.18.0",
"react-dom": "^16.12.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@sentry/browser": "^5.12.0",
"darkmode-js": "^1.5.4"
}
}