package.json 3.0 KB
Newer Older
W
winniehell 已提交
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",
M
Mike Greiling 已提交
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",
M
Mike Greiling 已提交
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"
W
winniehell 已提交
13
  },
14
  "dependencies": {
M
Mike Greiling 已提交
15
    "babel-core": "^6.22.1",
16
    "babel-eslint": "^7.2.1",
M
Mike Greiling 已提交
17
    "babel-loader": "^6.2.10",
18 19
    "babel-plugin-transform-define": "^1.2.0",
    "babel-preset-latest": "^6.24.0",
M
Mike Greiling 已提交
20
    "babel-preset-stage-2": "^6.22.0",
21
    "bootstrap-sass": "^3.3.6",
P
Phil Hughes 已提交
22
    "compression-webpack-plugin": "^0.3.2",
23
    "core-js": "^2.4.1",
24
    "css-loader": "^0.28.0",
25
    "d3": "^3.5.11",
J
Jared Deckard 已提交
26
    "deckar01-task_list": "^2.0.0",
E
Eric Eastwood 已提交
27
    "document-register-element": "^1.3.0",
28
    "dropzone": "^4.2.0",
E
Eric Eastwood 已提交
29
    "emoji-unicode-version": "^0.2.1",
M
Mike Greiling 已提交
30
    "eslint-plugin-html": "^2.0.1",
31
    "exports-loader": "^0.6.4",
S
Sam Rose 已提交
32
    "file-loader": "^0.11.1",
33
    "jed": "^1.1.1",
34 35
    "jquery": "^2.2.1",
    "jquery-ujs": "^1.2.1",
36
    "js-cookie": "^2.1.3",
J
Jacob Schatz 已提交
37 38
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
P
Phil Hughes 已提交
39
    "marked": "^0.3.6",
40
    "mousetrap": "^1.4.6",
41
    "name-all-modules-plugin": "^1.0.1",
S
Sam Rose 已提交
42
    "pdfjs-dist": "^1.8.252",
P
Phil Hughes 已提交
43
    "pikaday": "^1.5.1",
P
Phil Hughes 已提交
44
    "prismjs": "^1.6.0",
45
    "raphael": "^2.2.7",
46
    "raven-js": "^3.14.0",
F
Filipa Lacerda 已提交
47
    "raw-loader": "^0.5.1",
48
    "react-dev-utils": "^0.5.2",
49
    "select2": "3.5.2-browserify",
50
    "sql.js": "^0.4.0",
M
Mike Greiling 已提交
51
    "stats-webpack-plugin": "^0.4.3",
P
Phil Hughes 已提交
52 53 54
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
55
    "timeago.js": "^2.0.5",
56
    "underscore": "^1.8.3",
S
Sam Rose 已提交
57
    "url-loader": "^0.5.8",
F
Filipa Lacerda 已提交
58
    "visibilityjs": "^1.2.4",
59
    "vue": "^2.2.6",
60
    "vue-loader": "^11.3.4",
F
Filipa Lacerda 已提交
61
    "vue-resource": "^1.3.4",
62
    "vue-template-compiler": "^2.2.6",
63
    "webpack": "^2.6.1",
64
    "webpack-bundle-analyzer": "^2.8.2"
65
  },
W
winniehell 已提交
66
  "devDependencies": {
67
    "babel-plugin-istanbul": "^4.0.0",
68 69
    "eslint": "^3.10.1",
    "eslint-config-airbnb-base": "^10.0.1",
70
    "eslint-import-resolver-webpack": "^0.8.1",
71
    "eslint-plugin-filenames": "^1.1.0",
72 73
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jasmine": "^2.1.0",
74
    "eslint-plugin-promise": "^3.5.0",
M
Mike Greiling 已提交
75
    "istanbul": "^0.4.5",
76
    "jasmine-core": "^2.6.3",
77
    "jasmine-jquery": "^2.1.1",
M
Mike Greiling 已提交
78
    "karma": "^1.7.0",
79
    "karma-chrome-launcher": "^2.1.1",
80
    "karma-coverage-istanbul-reporter": "^0.2.0",
81
    "karma-jasmine": "^1.1.0",
82
    "karma-mocha-reporter": "^2.2.2",
M
Mike Greiling 已提交
83
    "karma-sourcemap-loader": "^0.3.7",
84
    "karma-webpack": "^2.0.2",
85
    "nodemon": "^1.11.0",
86
    "webpack-dev-server": "^2.4.2"
W
winniehell 已提交
87 88
  }
}