-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.72 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
{
"name": "Portable",
"description": "Portable",
"version": "1.0.0",
"main": "public/index.html",
"author": "Anzor Bashkhaz",
"license": "ISC",
"devDependencies": {
"ampersand-app": "^1.0.4",
"ampersand-router": "^3.0.2",
"autoprefixer": "^6.6.1",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.1",
"ejs-loader": "^0.2.1",
"hjs-webpack": "^2.13.1",
"node-sass": "^4.1.1",
"nw": "^0.12.3",
"nw-builder": "^3.1.3",
"react-dom": "^15.4.2",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"yeticss": "^7.3.0"
},
"js-flags": "--enable-node-worker",
"chromium-args": "--enable-node-worker",
"repository": {
"type": "git",
"url": "https://github.com/boymanjor/nwjs-git-branch-delete.git"
},
"scripts": {
"start": "~/Downloads/nwjs-sdk-v0.19.4-osx-x64/nwjs.app/Contents/MacOS/nwjs --enable-node-worker ./public/",
"watch": "webpack-dev-server",
"dev": "webpack-dev-server --config tasks/webpack.config.dev.js",
"build": "webpack --config tasks/webpack.config.dev.js",
"dist": "npm run lint && webpack --config tasks/webpack.config.prod.js --progress --colors && npm run bump",
"package": "nwbuild -p osx64 .",
"test": "standard"
},
"dependencies": {
"material-ui": "^0.16.6",
"mime": "^1.3.4",
"react": "^15.4.2",
"react-infinite": "^0.10.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"react-virtualized": "^8.9.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
}
}