-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "pixijs_particle_v6_webpack-master",
"version": "1.0.0",
"description": "Testing particles with Pixijs and webpack.",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"watch": "webpack --watch"
},
"dependencies": {
"@types/howler": "^2.2.4",
"@types/stats.js": "^0.17.0",
"elliptic": "^6.5.4",
"gsap": "^3.9.1",
"howler": "^2.2.3",
"stats.js": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@types/gsap": "^3.0.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"node-forge": "^0.10.0",
"npm-check-updates": "^12.0.5",
"pixi.js": "^6.2.1",
"source-map-loader": "^3.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"keywords": [],
"author": "",
"license": "ISC"
}