-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
41
42
{
"name": "zero",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": [
"android >= 6",
"ios >= 10"
],
"scripts": {
"start": "webpack",
"build": "webpack --env prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JetLu",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.5",
"@iro/interaction": "^1.2.6",
"@iro/wechat-adapter": "^1.1.0",
"babel-loader": "^8.1.0",
"core-js": "^3.7.0",
"popmotion": "^9.0.0",
"progress-bar-webpack-plugin": "^2.1.0",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.0.3",
"typescript": "^4.0.5",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@pixi/unsafe-eval": "^6.1.0-rc.6",
"dayjs": "^1.9.5",
"deepmerge": "^4.2.2",
"pixi.js": "^6.1.0-rc.6"
}
}