meshviewer/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2015-03-29 12:43:02 +00:00
{
2016-05-23 16:29:18 +00:00
"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"
},
2015-03-29 12:43:02 +00:00
"devDependencies": {
2017-05-07 00:00:35 +00:00
"babel-eslint": "^7.2.3",
"browser-sync": "^2.18.12",
2017-08-15 15:41:58 +00:00
"eslint": "^4.4.1",
2017-02-04 01:16:30 +00:00
"eslint-config-airbnb-es5": "^1.1.0",
2016-05-26 16:37:24 +00:00
"eslint-config-defaults": "^9.0.0",
2017-08-15 15:41:58 +00:00
"eslint-plugin-react": "^7.2.1",
2017-03-22 22:13:37 +00:00
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
2017-03-22 22:13:37 +00:00
"gulp-cache-bust": "^1.1.0",
2017-08-06 12:37:33 +00:00
"gulp-cli": "^1.4.0",
2017-03-22 22:13:37 +00:00
"gulp-environments": "^0.1.2",
2017-07-12 21:44:42 +00:00
"gulp-eslint": "^4.0.0",
2017-03-22 22:13:37 +00:00
"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",
2017-03-22 22:13:37 +00:00
"gulp-requirejs-optimize": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
2017-04-16 14:14:36 +00:00
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0"
2015-03-29 14:14:10 +00:00
},
"eslintConfig": {
"env": {
"browser": true,
"amd": true,
"es6": true,
"node": true
}
},
"dependencies": {
"almond": "^0.3.3",
2017-07-12 21:36:13 +00:00
"d3-drag": "^1.1.1",
"d3-force": "^1.0.6",
"d3-selection": "^1.1.0",
2017-07-12 21:36:13 +00:00
"d3-zoom": "^1.3.1",
2017-08-15 15:41:58 +00:00
"leaflet": "^1.2.0",
"moment": "^2.17.1",
2017-08-15 15:41:58 +00:00
"navigo": "^5.3.1",
2017-02-04 01:16:30 +00:00
"node-polyglot": "^2.2.2",
"promise-polyfill": "^6.0.2",
2017-02-06 00:50:08 +00:00
"rbush": "^2.0.1",
"requirejs": "^2.3.2",
2017-07-28 20:54:00 +00:00
"snabbdom": "^0.7.0"
2015-03-29 12:43:02 +00:00
}
}