-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "tenon",
"version": "1.0.0",
"description": "personal lowCode platform",
"scripts": {
"legacy:dev:mix": "ts-node scripts/legacy-dev-mix.ts",
"legacy:build": "node -r ts-node/register --max-old-space-size=4096 scripts/legacy-build.ts",
"modern:build": "ts-node scripts/modern-build.ts"
},
"keywords": [
"lowCode",
"doctorwu"
],
"author": "doctorwu",
"license": "MIT",
"dependencies": {
"@arco-design/web-vue": "^2.24.0",
"@types/execa": "^2.0.0",
"@types/inquirer": "^8.1.3",
"@types/node": "^17.0.31",
"@types/react": "^16.8.8",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-vue": "^1.9.3",
"axios": "^0.26.0",
"chokidar": "^3.5.3",
"dayjs": "^1.11.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rxjs": "^7.8.0",
"tdesign-icons-vue-next": "^0.2.2",
"tdesign-vue-next": "^1.0.0",
"tslint": "^6.1.3",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vue": "^3.3.4",
"vue-color-kit": "^1.0.5",
"vue-material-design-icons": "^5.1.2",
"vue-router": "4",
"vuex": "^4.0.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"lodash": "^4.17.21",
"ts-node": "^10.7.0"
}
}