-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 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
{
"name": "@sunmao-ui/start",
"version": "0.0.0",
"engines": {
"node": ">= 16"
},
"description": "The Sunmao project for the starters.",
"main": "index.js",
"scripts": {
"dev": "node ./editor",
"dev:app": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx",
"add:app": "node ./scripts/app.js --template empty",
"add:component": "node ./scripts/component.js",
"add:trait": "node ./scripts/trait.js",
"add:utilMethod": "node ./scripts/utilMethod.js"
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.1",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/arco-lib": "^0.5.0",
"@sunmao-ui/core": "^0.9.0",
"@sunmao-ui/echarts-lib": "^0.2.0",
"@sunmao-ui/runtime": "^0.9.0",
"i18next": "^21.8.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.6",
"react-router-dom": "^6.2.2"
},
"devDependencies": {
"@optimize-lodash/rollup-plugin": "^3.0.0",
"@sunmao-ui/editor": "^0.9.0",
"@sunmao-ui/vite-plugin-fs": "^0.1.1",
"@types/node": "^17.0.13",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react": "^1.0.7",
"body-parser": "^1.19.1",
"chalk": "^5.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.25.1",
"minimist": "^1.2.6",
"prettier": "^2.3.2",
"rollup-plugin-visualizer": "^5.8.1",
"typescript": "^4.5.4",
"vite": "^3.0.3"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"resolutions": {
"@emotion/react": "^11.8.1"
}
}