forked from ebuchmann/duelystcards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "deckbuilder",
"version": "1.10.0",
"description": "",
"main": "index.js",
"authors": [
"Eric Buchmann <[email protected]>",
"Murph Murphy <[email protected]>"
],
"scripts": {
"dev": "webpack && node server.js",
"test": "eslint src/**/*.{js,vue}",
"build": "cross-env NODE_ENV=production webpack -p --devtool source-map"
},
"license": "ISC",
"dependencies": {
"axios": "^0.15.2",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"chart.js": "^2.4.0",
"clean-webpack-plugin": "^0.1.10",
"clipboard": "^1.5.15",
"cross-env": "^3.0.0",
"css-loader": "^0.24.0",
"date-fns": "^1.16.0",
"dom-to-image": "^2.5.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-vue": "^0.1.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"file-saver": "^1.3.2",
"html-webpack-plugin": "^2.22.0",
"lodash.sortby": "^4.7.0",
"mixpanel-browser": "^2.14.0",
"node-sass": "^3.9.3",
"raven-js": "^3.7.0",
"sanitize-filename": "^1.6.1",
"sass-loader": "^4.0.2",
"simple-scrollbar": "^0.2.1",
"style-loader": "^0.13.1",
"susy": "^2.2.12",
"validator": "^6.2.0",
"vue": "2.2.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.0.0",
"vue-router": "^2.0.1",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "2.2.6",
"vuex": "^2.0.0",
"vuex-router-sync": "3.0.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.8"
}
}