-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.12 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
{
"name": "shadow-widget",
"version": "1.1.4",
"description": "Yet another 'react + reflux + react-router', more simple and powerful, suports visual progamming.",
"main": "index.js",
"scripts": {
"start": "browserify src/index_dev.js -o bundle.js -t [ babelify --compact false --presets [ env react ] ]",
"start_cdn": "browserify -u react -u react-dom src/index_cdn.js -o src/bundle_cdn.js -t [ babelify --compact false --presets [ env react ] ]",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rewgt/shadow-widget.git"
},
"keywords": [
"react",
"router",
"reflux",
"redux"
],
"author": "wayne chan",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rewgt/shadow-widget/issues"
},
"homepage": "https://github.com/rewgt/shadow-widget#readme",
"devDependencies": {
"babel-core": "~6.26.0",
"babel-preset-env": "~1.6.1",
"babel-preset-react": "~6.24.1",
"babelify": "~8.0.0",
"create-react-class": "~15.6.2",
"react": "~16.2.0",
"react-dom": "~16.2.0"
}
}