-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "test_webpack_babel_pixijs",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"watch": "webpack --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"npm-check-updates": "^16.10.8"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"ansi-regex": "^6.0.1",
"async": "^3.2.4",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"elliptic": "^6.5.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"lodash": "^4.17.21",
"node-forge": "^1.3.1",
"pixi.js": "^6.5.9",
"set-value": "^4.1.0",
"ssri": "^10.0.3",
"style-loader": "^3.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"ws": "^8.13.0",
"y18n": "^5.0.8"
},
"description": "**DEMO** \r [https://evofan.github.io/pixijs_webpack_babel/](https://evofan.github.io/pixijs_webpack_babel/)",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evofan/pixijs_webpack_babel.git"
},
"bugs": {
"url": "https://github.com/evofan/pixijs_webpack_babel/issues"
},
"homepage": "https://github.com/evofan/pixijs_webpack_babel#readme"
}