Newer
Older
Mike Greiling
committed
"dev-server": "nodemon --watch config/webpack.config.js -- ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js",
"eslint": "eslint --max-warnings 0 --ext .js,.vue .",
"eslint-fix": "eslint --max-warnings 0 --ext .js,.vue --fix .",
"eslint-report": "eslint --max-warnings 0 --ext .js,.vue --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",
"svg": "node config/svg.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.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-define": "^1.3.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
Mike Greiling
committed
"bootstrap-sass": "^3.3.6",
"brace-expansion": "^1.1.8",
"classlist-polyfill": "^1.2.0",
"copy-webpack-plugin": "^4.0.1",
Mike Greiling
committed
"fuzzaldrin-plus": "^0.5.0",
"imports-loader": "^0.7.1",
"jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
Mike Greiling
committed
"react-dev-utils": "^0.5.2",
"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",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.8",
"vuex": "^3.0.1",
"webpack-stats-plugin": "^0.1.5",
"worker-loader": "^1.1.0"
Mike Greiling
committed
},
Filipa Lacerda
committed
"axios-mock-adapter": "^1.10.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",
"eslint-plugin-promise": "^3.5.0",
"jasmine-core": "^2.6.3",
"karma-chrome-launcher": "^2.1.1",
"karma-mocha-reporter": "^2.2.2",
Mike Greiling
committed