File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
"type" : " git" ,
26
26
"url" : " https://github.com/gabrielbull/react-desktop.git"
27
27
},
28
+ "scripts" : {
29
+ "test" : " ./node_modules/.bin/mocha test" ,
30
+ "eslint" : " ./node_modules/.bin/eslint ./src ./test" ,
31
+ "prebuild" : " rsync -av -delete . build --exclude build --exclude .git --exclude .idea && npm run eslint && npm run test" ,
32
+ "build" : " ./node_modules/.bin/babel ./build/src --out-dir ./build/src && ./node_modules/.bin/babel ./build/index.js --out-file ./build/index.js && ./node_modules/.bin/babel ./build/macOs.js --out-file ./build/osx.js && ./node_modules/.bin/babel ./build/macOs.js --out-file ./build/macOs.js && ./node_modules/.bin/babel ./build/windows.js --out-file ./build/windows.js" ,
33
+ "playground" : " ./node_modules/.bin/webpack-dev-server --config ./playground/webpack.config.js --colors --inline --port 3001" ,
34
+ "build-publish" : " npm run build && npm publish ./build"
35
+ },
28
36
"dependencies" : {
29
37
"radium" : " ^0.18.1" ,
30
38
"rubber-band-effect" : " ^0.1.1"
55
63
"react-hot-loader" : " ^1.3.0" ,
56
64
"webpack" : " ^1.13.2" ,
57
65
"webpack-dev-server" : " ^1.16.1"
58
- },
59
- "scripts" : {
60
- "test" : " ./node_modules/.bin/mocha test" ,
61
- "eslint" : " ./node_modules/.bin/eslint ./src ./test" ,
62
- "prebuild" : " rsync -av -delete . build --exclude build --exclude .git --exclude .idea && npm run eslint && npm run test" ,
63
- "build" : " ./node_modules/.bin/babel ./build/src --out-dir ./build/src && ./node_modules/.bin/babel ./build/index.js --out-file ./build/index.js && ./node_modules/.bin/babel ./build/macOs.js --out-file ./build/osx.js && ./node_modules/.bin/babel ./build/macOs.js --out-file ./build/macOs.js && ./node_modules/.bin/babel ./build/windows.js --out-file ./build/windows.js" ,
64
- "playground" : " ./node_modules/.bin/webpack-dev-server --config ./playground/webpack.config.js --colors --inline --port 3000" ,
65
- "build-publish" : " npm run build && npm publish ./build"
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments