-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 957 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": "simple-live2d-wallpaper",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:guansss/simple-live2d-wallpaper.git",
"author": "guansss <[email protected]>",
"license": "MIT",
"scripts": {
"setup": "node scripts/setup.js",
"start": "webpack serve --mode=development",
"build": "webpack & node scripts/build.js"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"autobind-decorator": "^2.4.0",
"chalk": "latest",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.3",
"dotenv": "^8.2.0",
"fork-ts-checker-webpack-plugin": "^6.1.1",
"html-webpack-plugin": "^5.3.1",
"lodash": "latest",
"pixi-live2d-display": "^0.3.1",
"pixi.js": "^5.3.0",
"raw-loader": "^4.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.26.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.10.1"
}
}