-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "anxi-neter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"add": "node ./src/init.js",
"start": "npx webpack-dev-server",
"pack": "node ./pack.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/compat-data": "^7.15.0",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.8.7",
"@types/node": "^14.6.2",
"@types/webpack-env": "^1.15.2",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^6.0.4",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"open": "^7.1.0",
"open-browser-webpack-plugin": "0.0.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"regenerator-runtime": "^0.13.3",
"style-loader": "^1.1.3"
},
"dependencies": {
"axios": "^0.21.1",
"pixi-dust": "^4.5.3",
"pixi-filters": "^3.1.1",
"pixi-plugin-bump": "^1.1.8",
"pixi-smoothie": "^4.5.3",
"pixi-sound": "^3.0.4",
"pixi.js": "^5.2.1"
}
}