-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.19 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
71
72
73
74
{
"name": "voyager",
"version": "1.0.0",
"description": "",
"main": "./electron/",
"scripts": {
"start:hot": "node index",
"start:electron": "electron electron",
"start": "npm run start:electron & npm run start:hot",
"build": "webpack -p",
"lint": "eslint app",
"test": "mocha test/units"
},
"author": "Guillaume Badi <[email protected]> (http://github.com/GuillaumeBadi)",
"license": "ISC",
"dependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"classnames": "^2.2.5",
"lodash": "^4.13.1",
"puid": "^1.0.5",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-mousetrap": "0.0.8",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"redux": "^3.5.2",
"redux-actions": "^0.9.1",
"redux-thunk": "^2.1.0",
"shortid": "^2.2.6",
"superagent": "^2.0.0-alpha.3",
"superagent-jsonp": "0.0.7",
"voyager-history": "^1.0.1",
"voyager-search": "^1.0.0",
"voyager-url": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"css-loader": "^0.23.1",
"electron-prebuilt": "^1.1.0",
"eslint": "^2.11.0",
"eslint-config-standard": "^5.3.1",
"eslint-config-standard-react": "^2.4.0",
"eslint-plugin-promise": "^1.3.1",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^1.3.2",
"express": "^4.13.4",
"mocha": "^2.5.3",
"node-sass": "^3.7.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-scss": "^0.1.8",
"precss": "^1.4.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0"
}
}