-
Notifications
You must be signed in to change notification settings - Fork 254
/
package.json
64 lines (64 loc) · 1.72 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
{
"name": "interactive-graph",
"version": "0.0.2",
"scripts": {
"build": "gulp build",
"release": "gulp release",
"watch": "gulp watch"
},
"dependencies": {
"@types/async": "^2.0.48",
"@types/jqueryui": "^1.12.2",
"@types/moment": "^2.13.0",
"async": "^2.6.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelify": "^8.0.0",
"canvas": "^2.6.1",
"events": "^2.0.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jquery": "^3.2.1",
"jqueryui": "^1.11.1",
"minify": "^3.0.4",
"moment": "^2.22.2",
"natives": "^1.1.6",
"requirejs": "^2.3.5",
"rimraf": "^2.6.2",
"uglify-js": "^2.8.29",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vis": "^4.21.0",
"webpack": "^3.12.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/events": "^1.1.0",
"@types/jquery": "^3.2.1",
"@types/node": "^9.4.6",
"@types/vis": "^4.21.1",
"browserify": "^2.3.0",
"gulp-replace-pro": "^1.0.1",
"gulp-sass": "^4.0.2",
"gulp-typedoc": "^2.2.0",
"gulp-war": "^0.1.4",
"gulp-zip": "^4.2.0",
"ts-node": "^7.0.1",
"typedoc": "^0.11.1",
"typescript": "^2.9.2",
"webpack": "^3.12.0"
}
}