-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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": "thrust",
"version": "1.0.0",
"description": "",
"main": "sw.js",
"scripts": {
"dev": "gulp",
"serve": "gulp serve",
"clean": "gulp clean",
"build": "gulp --production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/requirejs": "^2.1.29",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^15.2.0",
"dependency-cruiser": "^2.10.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.0.0",
"gulp-empty": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.15.0",
"gulp-sync": "^0.1.4",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.0",
"gulp-typescript-module-bundler": "^1.2.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"tsify": "^3.0.4",
"typescript": "^2.3.4",
"uglify-es": "^3.0.25",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"vinyl-transform": "^1.0.0"
},
"dependencies": {},
"false": {}
}