-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 774 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 774 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
34
35
{
"name": "fexamples",
"version": "0.0.0",
"scripts": {
"lite": "lite-server",
"lite:silent": "lite-server --c bs-silent.json"
},
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/flashist/fexamples"
},
"dependencies": {
"es6-promise": "3.2.1",
"pixi.js": "^5.3.3",
"systemjs": "0.19.31",
"typescript": "^4.0.2",
"@flashist/fconsole": "0.0.75"
},
"devDependencies": {
"glob": "7.1.x",
"gulp": "3.9.x",
"gulp-map": "0.0.x",
"gulp-shell": "0.5.x",
"lite-server": "2.x",
"path": "0.12.x",
"require-dir": "0.3.x",
"rimraf": "2.5.x",
"run-sequence": "1.2.x",
"webpack": "2.4.x",
"webpack-stream": "3.2.x",
"yargs": "5.0.x"
}
}