You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
2.6 KiB
JSON
97 lines
2.6 KiB
JSON
{
|
|
"name": "devseed-sense",
|
|
"version": "1.0.0",
|
|
"description": "Devseed sense dashboards",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/developmentseed/sense"
|
|
},
|
|
"author": {
|
|
"name": "Development Seed",
|
|
"url": "https://developmentseed.org"
|
|
},
|
|
"license": "WTFPL",
|
|
"bugs": {
|
|
"url": "https://github.com/developmentseed/sense/issues"
|
|
},
|
|
"homepage": "http://sense.devseed.org",
|
|
"scripts": {
|
|
"postinstall": "[ -f app/assets/scripts/config/local.js ] || echo 'module.exports = {};' > app/assets/scripts/config/local.js",
|
|
"serve": "gulp collecticons && gulp serve",
|
|
"build": "NODE_ENV=production gulp",
|
|
"lint": "eslint app/assets/scripts/ --ext .js",
|
|
"test": "echo \"No tests\" && exit 0"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
[
|
|
"babelify",
|
|
{
|
|
"presets": [
|
|
"es2015",
|
|
"react"
|
|
]
|
|
}
|
|
],
|
|
"require-globify",
|
|
"envify"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-es2015": "^6.5.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babelify": "^8.0.0",
|
|
"browser-sync": "^2.11.1",
|
|
"browserify": "^16.2.2",
|
|
"collecticons-processor": "^3.1.0",
|
|
"del": "^3.0.0",
|
|
"envify": "^4.1.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-semistandard": "^12.0.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-react": "^7.9.1",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-cache": "^1.0.2",
|
|
"gulp-csso": "^3.0.1",
|
|
"gulp-exit": "0.0.2",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-imagemin": "^4.1.0",
|
|
"gulp-load-plugins": "^1.2.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-rev": "^8.1.1",
|
|
"gulp-rev-replace": "^0.4.3",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-size": "^3.0.0",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-useref": "^3.0.5",
|
|
"jeet": "^7.2.0",
|
|
"node-bourbon": "^4.2.3",
|
|
"node-notifier": "^5.2.1",
|
|
"require-globify": "^1.3.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"watchify": "^3.7.0"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.3.14",
|
|
"d3": "^3.5.16",
|
|
"fancy-log": "^1.3.2",
|
|
"history": "^2.0.1",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"lodash": "^4.10.0",
|
|
"react": "^0.14.7",
|
|
"react-dom": "^0.14.7",
|
|
"react-redux": "^4.3.0",
|
|
"react-router": "^2.0.0-rc5",
|
|
"react-router-redux": "^2.0.4",
|
|
"redux": "^3.2.1",
|
|
"redux-thunk": "^1.0.3"
|
|
}
|
|
}
|