-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
94 lines (94 loc) · 2.49 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "seinjs-inspector",
"version": "0.9.4",
"description": "Inspector for Sein.js.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dev": "node ./demo/server.dev.js",
"build-lib": "webpack && tsc -p ./tsconfig.json",
"build-chrome": "export IS_CHROME=true && webpack",
"build": "npm run build-lib && npm run build-chrome",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:SeinJS/Sein.js.git"
},
"keywords": [
"Game engine",
"Sein"
],
"authors": [
{
"name": "Tianyu Dai (dtysky)",
"email": "[email protected]"
},
{
"name": "Seven",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "http://github.com/SeinJS/Sein.js/issues"
},
"files": [
"README.md",
"lib"
],
"homepage": "http://github.com/SeinJS/Sein.js#readme",
"devDependencies": {
"@types/cannon": "^0.1.3",
"@types/classnames": "0.0.32",
"@types/node": "^7.0.11",
"autoprefixer": "^6.7.7",
"awesome-typescript-loader": "3.5.0",
"axios": "^0.18.0",
"cannon-dtysky": "^0.6.4",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.16",
"concurrently": "^4.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"dts-bundle": "^0.7.3",
"express": "4.14.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.0",
"pinkie-promise": "^2.0.1",
"postcss-css-variables": "^0.13.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^1.3.3",
"postcss-px2vw": "^0.0.1",
"postcss-smart-import": "^0.6.11",
"preact": "^10.0.0",
"precss": "^1.4.0",
"qrious": "^4.0.2",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.0",
"seinjs": "^1.4.43",
"seinjs-audio": "^0.9.0",
"seinjs-camera-controls": "^0.8.12",
"seinjs-debug-tools": "^0.8.0",
"seinjs-dom-hud": "^0.8.0",
"seinjs-gpu-particle-system": "^0.8.3",
"seinjs-post-processing-system": "^0.8.0",
"source-map-loader": "^0.2.0",
"spectorjs": "^0.9.10",
"style-loader": "^0.13.2",
"tslint": "4.1.1",
"tslint-loader": "^3.3.0",
"tslint-microsoft-contrib": "^4.0.0",
"typescript": "^3.6.4",
"uglify-js": "^3.6.0",
"url-loader": "^0.5.7",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.10.1"
},
"dependencies": {
"seinjs": "^1.4.44"
}
}