-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 858 Bytes
/
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
{
"name": "mzw1004.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack || exit 1",
"html": "cp -r src/index.html dist/",
"css": "cp -r src/css dist/",
"favicon": "cp -r src/favicon dist/",
"build": "npm run webpack && npm run html && npm run css && npm run favicon",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mzw1004/mzw1004.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mzw1004/mzw1004.github.io/issues"
},
"homepage": "https://github.com/mzw1004/mzw1004.github.io#readme",
"devDependencies": {
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"animejs": "^3.2.1",
"gh-pages": "^3.0.0"
}
}