forked from ffrgb/meshviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.48 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
{
"name": "ffrgb-meshviewer",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ffrgb/meshviewer.git"
},
"bugs": {
"url": "https://github.com/ffrgb/meshviewer/issues"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"browser-sync": "^2.18.12",
"eslint": "^4.6.1",
"eslint-config-airbnb-es5": "^1.1.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^7.3.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache-bust": "^1.1.0",
"gulp-cli": "^1.4.0",
"gulp-environments": "^0.1.2",
"gulp-eslint": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.2.0",
"gulp-jsonminify": "^1.0.0",
"gulp-kyh-inline-source": "^3.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-real-favicon": "^0.2.2",
"gulp-requirejs-optimize": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0"
},
"eslintConfig": {
"env": {
"browser": true,
"amd": true,
"es6": true,
"node": true
}
},
"dependencies": {
"almond": "^0.3.3",
"d3-drag": "^1.1.1",
"d3-force": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-zoom": "^1.3.1",
"leaflet": "^1.2.0",
"moment": "^2.17.1",
"navigo": "^5.3.1",
"node-polyglot": "^2.2.2",
"promise-polyfill": "^6.0.2",
"rbush": "^2.0.1",
"requirejs": "^2.3.5",
"snabbdom": "^0.7.0"
}
}