-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.31 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.31 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
{
"name": "huvafen",
"version": "1.0.0",
"description": "",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"publish": "git branch -D gh-pages && git switch -c gh-pages && parcel build src/index.html --dist-dir ./ --public-url https://suckzoo.github.io/1024diary/ && rm -rf src && git add . && git commit -m \"Update github pages\" && git push -f origin gh-pages && git switch main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suckzoo/huvafen.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/suckzoo/huvafen/issues"
},
"homepage": "https://github.com/suckzoo/huvafen#readme",
"devDependencies": {
"@parcel/config-default": "^2.3.1",
"@parcel/packager-raw-url": "^2.3.1",
"@parcel/transformer-raw": "^2.3.1",
"@parcel/transformer-webmanifest": "^2.3.1",
"@types/node": "^17.0.21",
"@types/uuid": "^8.3.4",
"parcel": "^2.1.1",
"querystring-es3": "^0.2.1"
},
"dependencies": {
"@pixi/loaders": "^6.2.1",
"@pixi/sound": "^4.2.0",
"@swc/helpers": "^0.2.14",
"fontfaceobserver": "^2.1.0",
"pixi.js": "^6.2.1",
"uuid": "^3.4.0"
}
}