-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
133 lines (133 loc) · 4.36 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "turbo-ui",
"version": "0.1.1",
"description": "Turbo快速开发框架",
"license": "MIT",
"author": "[email protected]",
"keywords": [
"react",
"vite",
"semi-ui",
"axios",
"prettier",
"recoil",
"formily",
"storybook"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ClearXs/Turbo-ui.git"
},
"bugs": {
"url": "https://github.com/ClearXs/Turbo-ui/issues"
},
"homepage": "https://github.com/ClearXs/Turbo-ui#readme",
"scripts": {
"dev": "vite --open --mode dev --port 5673",
"host": "vite --open --host",
"build": "vite build --mode prod -d",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier \"src/**/*.{js,jsx,ts,tsx,css,scss}\" --write",
"format+lint": "prettier \"src/**/*.{js,jsx,ts,tsx,css,scss}\" --write && eslint src --ext .js,.jsx,.ts,.tsx --fix",
"test": "vitest run",
"test:watch": "vitest",
"test:cover": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o ./docs/storybook",
"serve-storybook": "serve ./docs/storybook"
},
"dependencies": {
"@designable/core": "0.0.1-beta.27",
"@designable/formily-semi": "0.0.1-beta.27",
"@designable/formily-setters": "0.0.1-beta.27",
"@designable/formily-transformer": "0.0.1-beta.27",
"@designable/react": "0.0.1-beta.27",
"@designable/react-sandbox": "0.0.1-beta.27",
"@designable/react-settings-form": "0.0.1-beta.27",
"@designable/shared": "0.0.1-beta.27",
"@douyinfe/semi-icons": "^2.64.0",
"@douyinfe/semi-illustrations": "^2.64.0",
"@douyinfe/semi-ui": "^2.64.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@formily/core": "^2.3.2",
"@formily/json-schema": "^2.3.2",
"@formily/react": "^2.3.2",
"@formily/reactive": "^2.3.2",
"@formily/reactive-react": "^2.3.2",
"@formily/semi": "0.0.6-beta.0",
"@formily/shared": "^2.3.2",
"@nextjournal/lang-clojure": "^1.0.0",
"@semi-bot/semi-theme-strapi": "^0.1.4",
"@uiw/codemirror-extensions-langs": "^4.23.0",
"@uiw/codemirror-extensions-mentions": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"axios": "^1.7.4",
"classnames": "^2.5.1",
"dnd-core": "^16.0.1",
"framer-motion": "^11.5.4",
"iconoir": "^7.8.0",
"iconoir-react": "^7.8.0",
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-cache": "2.0.0-alpha.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.26.1",
"recoil": "^0.7.7",
"styled-components": "^6.1.12",
"tiny-pinyin": "^1.3.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@chromatic-com/storybook": "^1.8.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-infinite-scroller": "^1.2.5",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"jsdom": "^24.1.1",
"less": "^4.2.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2",
"vite-plugin-semi-theme": "^0.5.0",
"vitest": "^2.0.5"
}
}