-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1011 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
34
35
{
"name": "nekocode.cn",
"version": "0.1.0",
"description": "「neko 岛」计划",
"scripts": {
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack serve --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/nekocode/nekocode.cn"
},
"author": "nekocode <nekocode.cn@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@types/path-browserify": "^1.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"@pixi/sound": "^6.0.1",
"@types/ifvisible": "^1.1.3",
"@types/pathfinding": "0.0.9",
"ifvisible": "^1.1.0",
"path-browserify": "^1.0.1",
"pathfinding": "^0.4.18",
"pixi.js": "^8.7.3"
}
}