-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
47
48
49
50
{
"name": "system-js",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"@af-modules/databinding": "^1.2.0",
"@webcomponents/webcomponentsjs": "^1.0.20",
"application-frame": "^1.0.0",
"babel-core": "^6.25.0",
"es6-module-loader": "^0.17.11",
"gulp-bundle-templates": "^1.0.6",
"gulp-rename": "^1.2.2",
"html-loader": "^0.5.5",
"natives": "^1.1.6",
"subworkers": "^1.0.0",
"systemjs": "^0.21.2",
"text-loader": "0.0.1",
"uuid": "^3.2.1",
"vinyl-named": "^1.1.0",
"webpack-stream": "^4.0.3"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.1.18",
"del": "^3.0.0",
"eslint": "^4.19.1",
"event-stream": "^3.3.2",
"glob": "^7.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-changed": "^3.0.0",
"gulp-clean-dest": "^0.2.0",
"gulp-file": "^0.3.0",
"gulp-filelist": "^1.0.0",
"gulp-indent": "^1.0.1",
"gulp-insert": "^0.5.0",
"gulp-sourcemaps": "^2.2.3",
"jsdom": "^11.5.1",
"run-sequence": "^1.1.5",
"tern": "^0.21.0",
"tern-lint": "git+https://github.com/angelozerr/tern-lint.git",
"webpack": "^4.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}