-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "vuedeux",
"version": "1.0.9",
"description": "VueX to Redux Bindings",
"main": "index.js",
"scripts": {
"start": "node examples/TodoMVC/server.js",
"test": "export NODE_ENV=test && mocha --timeout 8000 test/"
},
"author": "Vuedeux - Nikol Marentes, David Marx, & Brian Rudloff (http://vuedeux.com)",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"css-loader": "^0.26.1",
"eslint": "^3.13.1",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-html": "^1.7.0",
"fs": "0.0.1-security",
"redux-thunk": "^2.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.7",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.10"
},
"dependencies": {
"babel-polyfill": "^6.20.0",
"chai": "^3.5.0",
"express": "^4.14.0",
"mocha": "^3.2.0",
"redux": "^3.6.0",
"vue": "^2.1.10",
"vuex": "^2.1.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0"
}
}