-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 2.49 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
64
65
66
67
68
69
70
71
{
"name": "sailor",
"version": "1.0.0",
"description": "基于amis低码开发平台",
"main": "index.js",
"scripts": {
"start": "npm run server:start && npm run client:start",
"fis3:release": "fis3 release -cwd ./public",
"client:start": "fis3 server start --www ./public --port 8082 --no-daemon",
"fis3:server": "fis3 server start --www ./public --port 8082 --no-daemon",
"server:start": "./sailor-server/node_modules/.bin/nodemon ./sailor-server/index.js",
"server:watch": "cd sailor-server && npm run watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./prerun.js prod && rm -rf ./dist && fis3 release dist -c",
"deploy-gh-pages": "git subtree push --prefix gh-pages origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giscafer/amis-editor-demo.git"
},
"keywords": [
"sailor",
"amis",
"editor"
],
"author": "fex",
"license": "ISC",
"bugs": {
"url": "https://github.com/giscafer/amis-editor-demo/issues"
},
"homepage": "https://github.com/giscafer/amis-editor-demo#readme",
"dependencies": {
"amis": "1.1.5",
"amis-editor": "^2.0.13",
"axios": "^0.19.0",
"bootstrap": "3.4.1",
"copy-to-clipboard": "^3.2.0",
"file-saver": "^2.0.5",
"mobx": "4.5.0",
"mobx-react": "5.2.8",
"mobx-react-lite": "2.2.2",
"mobx-state-tree": "^3.7.0",
"qs": "6.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "5.2.0",
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.2",
"@types/lodash": "^4.14.123",
"@types/node": "^11.13.8",
"@types/qs": "^6.5.3",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^5.1.7",
"axios-mock-adapter": "^1.16.0",
"bce-sdk-js": "^0.2.9",
"fis-parser-sass": "^1.0.1",
"fis3": "^3.4.41",
"fis3-deploy-skip-packed": "0.0.5",
"fis3-hook-commonjs": "^0.1.31",
"fis3-hook-node_modules": "^2.3.1",
"fis3-packager-deps-pack": "^0.1.2",
"fis3-parser-typescript": "^1.3.0",
"fis3-postpackager-loader": "^2.1.11",
"fis3-prepackager-stand-alone-pack": "^1.0.2",
"fis3-preprocessor-js-require-css": "^0.1.3",
"fs-walk": "0.0.2"
}
}