-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.84 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
{
"name": "@saas-plat/metaui",
"version": "2.0.0",
"description": "模型驱动开发框架,通过建模+扩展代替自由编码的快速开发方式",
"productName": "saas-plat",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && babel src --out-dir dist --source-maps --extensions .ts",
"test": "cross-env NODE_ENV=test mocha",
"test_w": "cross-env NODE_ENV=test DEBUG=saas-plat*,-not_this mocha --watch",
"test_d": "cross-env NODE_ENV=test DEBUG=saas-plat*,-not_this mocha",
"dev": "babel src --out-dir ../metaui-web/node_modules/@saas-plat/metaui/dist --source-maps",
"dev_m": "babel src --out-dir ../metaui-mobile/node_modules/@saas-plat/metaui/dist --source-maps",
"dev_t": "babel src --out-dir ../metaui-touch/node_modules/@saas-plat/metaui/dist --source-maps"
},
"repository": {
"type": "git",
"url": "[email protected]:saas-plat/metaui.git"
},
"keywords": [
"metaui"
],
"author": "saas-plat.com",
"license": "MPL-2.0",
"dependencies": {
"@saas-plat/expression": "^1.0.3",
"lodash": "^4.17.21",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@saas-plat/metaschema": ">=1.0.0",
"mobx": ">=5",
"axios": ">=0.21",
"react": ">=16.7.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/preset-typescript": "^7.13.0",
"@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@saas-plat/metaschema": "^1.0.21",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.2",
"@types/node": "^13.7.1",
"axios": "^0.21.1",
"chai": "^4.2.0",
"cross-env": "^6.0.3",
"i18next": "^20.1.0",
"mobx": "^5.15.0",
"mocha": "^7.2.0",
"prettier": "2.0.4",
"react": "^16.7.0",
"ts-node": "^9.1.1",
"typescript": "3.8.2"
}
}