-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 2.03 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
{
"name": "saltui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cp -rf extra/* _site && npm run bisheng",
"postinstall": "node ./postinstall.js",
"bisheng1": "bisheng start -c ./bisheng/bisheng.site.config.js --no-livereload",
"bisheng2": "bisheng start -c ./bisheng/bisheng.mobile.config.js --no-livereload",
"build": "concurrently \"bisheng build -c ./bisheng/bisheng.site.config.js \" \"bisheng build -c ./bisheng/bisheng.mobile.config.js \"",
"bisheng": "concurrently \"bisheng start -c ./bisheng/bisheng.site.config.js --no-livereload\" \"bisheng start -c ./bisheng/bisheng.mobile.config.js --no-livereload\"",
"start-o": "bisheng start",
"deploy": "bash ./deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macisi/saltui.git"
},
"author": "vincent.bian",
"license": "ISC",
"bugs": {
"url": "https://github.com/macisi/saltui/issues"
},
"homepage": "https://github.com/macisi/saltui#readme",
"engines": {
"node": "6.1.0"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"babel-standalone": "^6.21.1",
"bisheng": "^0.24.2",
"bisheng-plugin-react": "^0.5.5",
"bisheng-plugin-uxcore": "^1.0.2",
"brace": "^0.9.1",
"classnames": "^2.2.5",
"concurrently": "^3.1.0",
"dora-plugin-upload": "^0.3.2",
"fabric": "^1.7.2",
"jsonml.js": "^0.1.0",
"kuma-base": "^1.0.14",
"object-assign": "^4.1.0",
"qrcode.react": "^0.7.1",
"react-ace": "^4.4.0",
"react-addons-css-transition-group": "^15.4.1",
"react-copy-to-clipboard": "^4.2.3",
"react-document-title": "^2.0.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.0",
"salt-icon": "^3.4.0",
"saltui": "^4.0.0",
"uppercamelcase": "^1.1.0",
"uxcore": "^0.15.0"
},
"devDependencies": {
"babel-plugin-import": "^1.6.2",
"copy-webpack-plugin": "^5.0.0",
"object-assign": "^4.1.1",
"to-case": "^2.0.0",
"to-pascal-case": "^1.0.0",
"webpack-bundle-analyzer": "^3.0.2"
}
}