-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 Bytes
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
{
"name": "yami-small-plugins",
"version": "1.0.0",
"description": "none lelel",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"www": "http-server ./demo -p 7331"
},
"author": "Dr.Yami",
"license": "MIT",
"devDependencies": {
"@types/pixi.js": "^4.5.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"http-server": "^0.10.0",
"pixi.js": "^4.5.4",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.3.3",
"typescript": "^2.4.2",
"webpack": "^3.3.0",
"webpack-sources": "^1.0.1"
},
"dependencies": {
"@types/pixi.js": "^4.5.3",
"immutable": "^3.8.1"
}
}