-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
{
"name": "sunmao-site",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx"
},
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@code-surfer/standalone": "^3.1.1",
"@code-surfer/themes": "^3.1.1",
"@emotion/css": "^11.7.1",
"@mdx-js/react": "^2.1.2",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/arco-lib": "^0.5.0",
"@sunmao-ui/core": "^0.9.0",
"@sunmao-ui/editor": "^0.9.0",
"@sunmao-ui/runtime": "^0.9.0",
"@types/react-big-calendar": "^0.38.0",
"@types/react-highlight": "^0.12.5",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"moment": "^2.29.3",
"react": "^17.0.2",
"react-big-calendar": "^0.40.2",
"react-dom": "^17.0.2",
"react-highlight": "^0.14.0",
"react-i18next": "^11.15.6",
"react-router-dom": "^6.2.2",
"theme-ui": "^0.14.6",
"use-spring": "^0.2.4"
},
"devDependencies": {
"@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",
"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",
"prettier": "^2.3.2",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-svg-icons": "^2.0.1"
}
}