BigW Consortium Gitlab

package.json 2.86 KB
Newer Older
winniehell committed
1 2 3
{
  "private": true,
  "scripts": {
4
    "dev-server": "nodemon --watch config/webpack.config.js -- ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js",
5 6 7
    "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 .",
8
    "karma": "karma start config/karma.config.js --single-run",
9
    "karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run",
10 11
    "karma-start": "karma start config/karma.config.js",
    "webpack": "webpack --config config/webpack.config.js",
12
    "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
winniehell committed
13
  },
14
  "dependencies": {
Mike Greiling committed
15 16
    "babel-core": "^6.22.1",
    "babel-loader": "^6.2.10",
17 18
    "babel-plugin-transform-define": "^1.2.0",
    "babel-preset-latest": "^6.24.0",
Mike Greiling committed
19
    "babel-preset-stage-2": "^6.22.0",
20
    "bootstrap-sass": "^3.3.6",
Phil Hughes committed
21
    "compression-webpack-plugin": "^0.3.2",
22
    "core-js": "^2.4.1",
23
    "css-loader": "^0.28.0",
24
    "d3": "^3.5.11",
25
    "document-register-element": "^1.3.0",
26
    "dropzone": "^4.2.0",
27
    "emoji-unicode-version": "^0.2.1",
28
    "eslint-plugin-html": "^2.0.1",
29
    "exports-loader": "^0.6.4",
30
    "file-loader": "^0.11.1",
31
    "jed": "^1.1.1",
32 33
    "jquery": "^2.2.1",
    "jquery-ujs": "^1.2.1",
34
    "js-cookie": "^2.1.3",
35 36
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
37
    "marked": "^0.3.6",
38
    "mousetrap": "^1.4.6",
Sam Rose committed
39
    "pdfjs-dist": "^1.8.252",
40
    "pikaday": "^1.5.1",
41
    "prismjs": "^1.6.0",
42
    "raphael": "^2.2.7",
43
    "raw-loader": "^0.5.1",
44
    "react-dev-utils": "^0.5.2",
45
    "select2": "3.5.2-browserify",
46
    "stats-webpack-plugin": "^0.4.3",
Phil Hughes committed
47 48 49
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
50
    "timeago.js": "^2.0.5",
51
    "underscore": "^1.8.3",
Sam Rose committed
52
    "url-loader": "^0.5.8",
Filipa Lacerda committed
53
    "visibilityjs": "^1.2.4",
54
    "vue": "^2.2.6",
55
    "vue-loader": "^11.3.4",
56
    "vue-resource": "^0.9.3",
57
    "vue-template-compiler": "^2.2.6",
58
    "webpack": "^2.3.3",
59
    "webpack-bundle-analyzer": "^2.3.0"
60
  },
winniehell committed
61
  "devDependencies": {
62
    "babel-plugin-istanbul": "^4.0.0",
63 64
    "eslint": "^3.10.1",
    "eslint-config-airbnb-base": "^10.0.1",
65
    "eslint-import-resolver-webpack": "^0.8.1",
66
    "eslint-plugin-filenames": "^1.1.0",
67 68
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jasmine": "^2.1.0",
69
    "eslint-plugin-promise": "^3.5.0",
70
    "istanbul": "^0.4.5",
71 72
    "jasmine-core": "^2.5.2",
    "jasmine-jquery": "^2.1.1",
73
    "karma": "^1.4.1",
74
    "karma-coverage-istanbul-reporter": "^0.2.0",
75
    "karma-jasmine": "^1.1.0",
76
    "karma-mocha-reporter": "^2.2.2",
77
    "karma-phantomjs-launcher": "^1.0.2",
78
    "karma-sourcemap-loader": "^0.3.7",
79
    "karma-webpack": "^2.0.2",
80
    "nodemon": "^1.11.0",
81
    "webpack-dev-server": "^2.4.2"
winniehell committed
82 83
  }
}