-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 936 Bytes
/
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
{
"repository": {},
"name": "Hyperion",
"license": "MIT",
"version": "0.1.0",
"main": "main.js",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin",
"start": "electron main.js",
"package": "electron-packager ./ Hyperion --all --out ./releases --version 1.4.6"
},
"dependencies": {},
"devDependencies": {
"classnames": "^2.2.5",
"dexie": "^1.4.1",
"no-kafka": "^2.5.6",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "~6.0.0",
"babel-preset-react": "^6.11.1",
"brunch": "2.7.4",
"bulma": "^0.2.0",
"clean-css-brunch": "~2.0.0",
"css-brunch": "~2.0.0",
"electron-packager": "^8.2.0",
"electron-prebuilt": "^1.4.6",
"javascript-brunch": "~2.0.0",
"uglify-js-brunch": "~2.0.1"
}
}