Newer
Older
"dev-server": "webpack-dev-server --config config/webpack.config.js",
"eslint": "eslint --max-warnings 0 --ext .js .",
"eslint-fix": "eslint --max-warnings 0 --ext .js --fix .",
"eslint-report": "eslint --max-warnings 0 --ext .js --format html --output-file ./eslint-report.html .",
"karma": "karma start config/karma.config.js --single-run",
Mike Greiling
committed
"karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run",
"karma-start": "karma start config/karma.config.js",
"webpack": "webpack --config config/webpack.config.js",
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
Mike Greiling
committed
"dependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
Mike Greiling
committed
Mike Greiling
committed
"bootstrap-sass": "^3.3.6",
Mike Greiling
committed
Mike Greiling
committed
Mike Greiling
committed
"jquery": "^2.2.1",
"jquery-ujs": "^1.2.1",
"jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
Mike Greiling
committed
"select2": "3.5.2-browserify",
"three": "^0.84.0",
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "^1.0.4",
Mike Greiling
committed
"underscore": "^1.8.3",
Mike Greiling
committed
"vue-resource": "^0.9.3",
Mike Greiling
committed
},
"babel-plugin-istanbul": "^4.0.0",
"eslint": "^3.10.1",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",
"jasmine-core": "^2.5.2",
"jasmine-jquery": "^2.1.1",
"karma-mocha-reporter": "^2.2.2",
"karma-webpack": "^2.0.2",
Mike Greiling
committed
"webpack-dev-server": "^2.4.2"