This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2015-03-29 12:43:02 +00:00
{
2018-01-05 22:33:46 +00:00
"name": "meshviewer",
"version": "10.0.0",
"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": {
2018-03-05 12:00:47 +00:00
"babel-eslint": "^8.2.2",
"browser-sync": "^2.23.6",
2018-03-05 12:00:47 +00:00
"eslint": "^4.18.2",
"eslint-config-airbnb-es5": "^1.2.0",
2016-05-26 16:37:24 +00:00
"eslint-config-defaults": "^9.0.0",
2018-03-05 12:00:47 +00:00
"eslint-plugin-react": "^7.7.0",
2017-03-22 22:13:37 +00:00
"gulp": "github:gulpjs/gulp#4.0",
2018-03-05 12:00:47 +00:00
"gulp-autoprefixer": "^5.0.0",
2018-01-14 14:17:27 +00:00
"gulp-cache-bust": "^1.3.0",
"gulp-cli": "^2.0.1",
2017-03-22 22:13:37 +00:00
"gulp-environments": "^0.1.2",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
2018-03-05 12:00:47 +00:00
"gulp-inject": "^4.3.1",
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",
"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.4",
"gulp-sourcemaps": "^2.6.4",
"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",
"d3-drag": "^1.2.1",
"d3-force": "^1.1.0",
"d3-selection": "^1.3.0",
"d3-zoom": "^1.7.1",
2018-01-19 00:03:38 +00:00
"leaflet": "^1.3.1",
2018-03-05 12:00:47 +00:00
"moment": "^2.21.0",
"navigo": "^7.1.1",
2017-02-04 01:16:30 +00:00
"node-polyglot": "^2.2.2",
"promise-polyfill": "^7.1.0",
"rbush": "^2.0.2",
2017-09-04 20:21:16 +00:00
"requirejs": "^2.3.5",
"snabbdom": "^0.7.1"
},
"scripts": {
"gulp": "./node_modules/gulp-cli/bin/gulp.js"
2015-03-29 12:43:02 +00:00
}
}