forked from jaywink/socialhome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.07 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
61
62
63
64
65
66
67
68
69
70
{
"name": "socialhome",
"version": "0.1.0",
"scripts": {
"dev": "./node_modules/grunt/bin/grunt dev && ./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/grunt/bin/grunt dev && ./node_modules/webpack/bin/webpack.js --watch",
"test": "./node_modules/.bin/mocha-webpack --opts mocha/mocha.opts test socialhome/**/app/tests/**/*.tests.js",
"lint": "./node_modules/.bin/eslint socialhome/streams/app/ --ext vue,js"
},
"devDependencies": {
"autoprefixer-core": "~6.0.1",
"avoriaz": "^3.2.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"bower": "~1.8.0",
"chai": "~4.1.1",
"connect-livereload": "~0.6.0",
"css-loader": "^0.28.4",
"cssnano": "~3.10.0",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-vue": "^3.11.0",
"faker": "^4.1.0",
"grunt": "~1.0.1",
"grunt-bg-shell": "~2.3.3",
"grunt-cli": "~1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha": "^1.0.2",
"grunt-postcss": "~0.8.0",
"grunt-sass": "~2.0.0",
"jsdom": "^11.1.0",
"jsdom-global": "^3.0.2",
"load-grunt-tasks": "~3.5.2",
"mocha": "~3.5.0",
"mocha-webpack": "~1.0.0-rc.1",
"mock-socket": "^7.0.0",
"moxios": "^0.4.0",
"node-sass": "^4.5.3",
"pixrem": "~3.0.2",
"sass-loader": "^6.0.6",
"sinon": "^3.2.0",
"style-loader": "^0.18.2",
"time-grunt": "~1.4.0",
"vue-loader": "~12.2.2",
"vue-style-loader": "~3.0.1",
"vue-template-compiler": "~2.4.1",
"webpack": "^3.2.0"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"ReconnectingWebSocket": "https://github.com/joewalnes/reconnecting-websocket.git#1.0.0",
"axios": "~0.16.2",
"bootstrap-vue": "~0.20.2",
"lodash": "~4.17.4",
"vue": "~2.4.1",
"vue-images-loaded": "1.1.2",
"vue-masonry": "=0.10.3",
"vuex": "~2.3.1"
},
"eslintIgnore": [
"**/tests/*",
"**/socialhome/static/*"
]
}