-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "pixi-shape",
"version": "1.0.0-6",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@types/codemirror": "0.0.37",
"@types/jquery": "^2.0.39",
"@types/pixi.js": "^4.3.1",
"@types/sammy": "0.0.17",
"amdclean": "^2.7.0",
"awesome-typescript-loader": "^3.0.0-beta.18",
"bootstrap": "^3.3.7",
"codemirror": "^5.23.0",
"css-loader": "^0.26.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"imports-loader": "^0.7.0",
"jquery": "^3.1.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"sammy": "^0.7.6",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"typescript": "^2.1.5",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.25"
},
"scripts": {
"dev": "node_modules/.bin/webpack --config demo/webpack.config.dev.js --progress --watch",
"build": "node_modules/.bin/tsc -p ./src/tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snowcxt/pixi-shape.git"
},
"author": "snowcxt",
"license": "MIT",
"bugs": {
"url": "https://github.com/snowcxt/pixi-shape/issues"
},
"homepage": "https://github.com/snowcxt/pixi-shape#readme"
}