2015-03-29 12:43:02 +00:00
|
|
|
{
|
2018-01-05 22:33:46 +00:00
|
|
|
"name": "meshviewer",
|
|
|
|
"version": "10.0.0",
|
2017-01-10 22:52:28 +00:00
|
|
|
"license": "AGPL-3.0",
|
2016-05-28 22:49:58 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ffrgb/meshviewer.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ffrgb/meshviewer/issues"
|
|
|
|
},
|
2015-03-29 12:43:02 +00:00
|
|
|
"devDependencies": {
|
2018-10-07 13:26:18 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
2018-10-13 20:19:01 +00:00
|
|
|
"browser-sync": "^2.26.3",
|
|
|
|
"eslint": "^5.7.0",
|
2017-10-14 21:01:08 +00:00
|
|
|
"eslint-config-airbnb-es5": "^1.2.0",
|
2016-05-26 16:37:24 +00:00
|
|
|
"eslint-config-defaults": "^9.0.0",
|
2018-08-28 12:21:40 +00:00
|
|
|
"eslint-plugin-react": "^7.11.1",
|
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"gulp-autoprefixer": "^6.0.0",
|
|
|
|
"gulp-cache-bust": "^1.4.0",
|
2018-02-11 11:49:35 +00:00
|
|
|
"gulp-cli": "^2.0.1",
|
2017-03-22 22:13:37 +00:00
|
|
|
"gulp-environments": "^0.1.2",
|
2018-07-13 15:00:25 +00:00
|
|
|
"gulp-eslint": "^5.0.0",
|
2018-10-07 13:26:18 +00:00
|
|
|
"gulp-htmlmin": "^5.0.1",
|
2018-05-11 20:10:42 +00:00
|
|
|
"gulp-inject": "^4.3.2",
|
2018-01-12 23:59:59 +00:00
|
|
|
"gulp-jsonminify": "^1.1.0",
|
2017-03-22 22:13:37 +00:00
|
|
|
"gulp-kyh-inline-source": "^3.0.2",
|
|
|
|
"gulp-load-plugins": "^1.5.0",
|
2018-05-11 20:10:42 +00:00
|
|
|
"gulp-real-favicon": "^0.3.0",
|
|
|
|
"gulp-requirejs-optimize": "^1.3.0",
|
|
|
|
"gulp-sass": "^4.0.1",
|
2018-06-25 18:36:21 +00:00
|
|
|
"gulp-sass-lint": "^1.4.0",
|
2018-02-11 11:49:35 +00:00
|
|
|
"gulp-sourcemaps": "^2.6.4",
|
2018-08-28 12:21:40 +00:00
|
|
|
"gulp-uglify": "^3.0.1"
|
2015-03-29 14:14:10 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"amd": true,
|
|
|
|
"es6": true,
|
|
|
|
"node": true
|
|
|
|
}
|
2017-01-16 16:39:17 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"almond": "^0.3.3",
|
2018-08-28 12:21:40 +00:00
|
|
|
"d3-drag": "^1.2.3",
|
|
|
|
"d3-force": "^1.1.2",
|
|
|
|
"d3-selection": "^1.3.2",
|
|
|
|
"d3-zoom": "^1.7.3",
|
|
|
|
"leaflet": "^1.3.4",
|
2018-06-25 18:36:21 +00:00
|
|
|
"moment": "^2.22.2",
|
2018-05-11 20:10:42 +00:00
|
|
|
"navigo": "^7.1.2",
|
2018-07-13 19:53:01 +00:00
|
|
|
"node-polyglot": "2.2.2",
|
2018-08-28 12:21:40 +00:00
|
|
|
"promise-polyfill": "^8.1.0",
|
2017-12-24 12:28:24 +00:00
|
|
|
"rbush": "^2.0.2",
|
2018-08-28 12:21:40 +00:00
|
|
|
"requirejs": "^2.3.6",
|
2018-10-07 13:26:18 +00:00
|
|
|
"snabbdom": "^0.7.2"
|
2017-11-08 22:42:12 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"gulp": "./node_modules/gulp-cli/bin/gulp.js"
|
2015-03-29 12:43:02 +00:00
|
|
|
}
|
|
|
|
}
|