-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "pixi_spine_viewer",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"watch": "webpack --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dat-gui": "^0.6.3",
"@types/dat.gui": "^0.7.7",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"dat.gui": "^0.7.9",
"html-webpack-plugin": "^5.5.0",
"node-forge": "^1.3.1",
"pixi-spine": "^2.1.9",
"source-map-loader": "^3.0.1",
"ssri": "^9.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"y18n": "^5.0.8"
},
"dependencies": {
"elliptic": "^6.5.4",
"pixi.js": "^5.3.3",
"serialize-javascript": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evofan/SpineViewer.git"
},
"bugs": {
"url": "https://github.com/evofan/SpineViewer/issues"
},
"homepage": "https://github.com/evofan/SpineViewer#readme",
"description": ""
}