-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 4.29 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "CodeDoc",
"productName": "CodeDoc",
"version": "0.7.1",
"description": "Electron application CodeDoc based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "main.js",
"scripts": {
"test": "better-npm-run test",
"test-watch": "npm test -- --watch",
"test-e2e": "better-npm-run test-e2e",
"lint": "eslint app test *.js",
"hot-server": "node server.js",
"build": "better-npm-run build",
"start": "better-npm-run start",
"start-hot": "better-npm-run start-hot",
"package": "better-npm-run package",
"package-all": "npm run package -- --all",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json"
},
"betterScripts": {
"start": {
"command": "electron ./",
"env": {
"NODE_ENV": "production"
}
},
"start-hot": {
"command": "electron ./",
"env": {
"HOT": 1,
"NODE_ENV": "development"
}
},
"package": {
"command": "node package.js",
"env": {
"NODE_ENV": "production"
}
},
"build": {
"command": "webpack --config webpack.config.production.js --progress --profile --colors",
"env": {
"NODE_ENV": "production"
}
},
"test": {
"command": "mocha --compilers js:babel-core/register --recursive --require ./test/setup.js test/**/*.spec.js",
"env": {
"NODE_ENV": "test"
}
},
"test-e2e": {
"command": "mocha --compilers js:babel-core/register --require ./test/setup.js --require co-mocha ./test/e2e.js",
"env": {
"NODE_ENV": "test"
}
}
},
"bin": {
"electron": "./node_modules/.bin/electron"
},
"keywords": [
"electron",
"boilerplate",
"react",
"react-router",
"flux",
"webpack",
"react-hot"
],
"devDependencies": {
"asar": "^0.9.0",
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"better-npm-run": "0.0.5",
"chai": "^3.3.0",
"chromedriver": "^2.19.0",
"co-mocha": "^1.1.2",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^2.0.2",
"del": "^2.0.1",
"electron-packager": "^5.2.0",
"electron-prebuilt": "^0.36.2",
"electron-rebuild": "^1.0.0",
"eslint": "^1.3.1",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-react": "^3.13.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"fbjs-scripts": "^0.5.0",
"jsdom": "^7.2.2",
"minimist": "^1.2.0",
"mocha": "^2.3.0",
"node-libs-browser": ">= 0.4.0 <=0.6.0",
"postcss": "^5.0.13",
"postcss-modules-extract-imports": "^1.0.0",
"postcss-modules-local-by-default": "^1.0.1",
"postcss-modules-scope": "^1.0.0",
"postcss-modules-values": "^1.1.1",
"react-addons-test-utils": "^0.14.2",
"redux-devtools": "^3.0.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"redux-logger": "^2.3.1",
"selenium-webdriver": "^2.48.2",
"sinon": "^1.17.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1",
"webpack-target-electron-renderer": "^0.3.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-webpack": "0.0.5",
"bootswatch": "^3.3.6",
"brace": "^0.7.0",
"electron-debug": "^0.5.1",
"electron-prebuilt": "^0.36.3",
"file-loader": "^0.8.5",
"font-awesome": "^4.4.0",
"history": "^1.17.0",
"lodash": "^4.2.0",
"postal": "^1.0.7",
"react": "^0.14.7",
"react-ace": "^3.1.0",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.7",
"react-redux": "^4.0.5",
"react-remarkable": "^1.1.1",
"react-router": "^2.0.0-rc5",
"react-split-layout": "^1.3.0",
"react-treebeard": "^1.1.0",
"redux": "^3.0.5",
"redux-promise": "^0.5.0",
"redux-router": "^0.1.0",
"redux-simple-router": "^2.0.3",
"redux-thunk": "^1.0.2",
"url-loader": "^0.5.7"
},
"devEngines": {
"node": "4.x || 5.x",
"npm": "2.x || 3.x"
}
}