-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.13 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.13 KB
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
{
"name": "learn",
"version": "1.0.0",
"description": "fairyland learn repository",
"main": "index.js",
"scripts": {
"dev": "vite --config vue-ui/vite.config.ts",
"build": "tsc -p ./vue-ui/tsconfig.json && vite build --config vue-ui/vite.config.ts",
"dev:react": "vite --config react-ui/vite.config.ts",
"build:react": "tsc -p ./react-ui/tsconfig.json && vite build --config react-ui/vite.config.ts",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"docs:dev": "vitepress dev blog",
"docs:build": "vitepress build blog",
"docs:serve": "vitepress serve blog"
},
"repository": {
"type": "git",
"url": "https://github.com/cwjTerrace/learn"
},
"keywords": [
"typescript",
"react"
],
"author": "fairyland",
"license": "ISC",
"bugs": {
"url": "https://github.com/cwjTerrace/learn/issues"
},
"homepage": "https://cwjTerrace.github.io/learn",
"dependencies": {
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.26.3",
"@linaria/core": "^4.5.4",
"ahooks": "^3.7.11",
"antd": "^5.16.2",
"codemirror": "^6.0.1",
"d3-interpolate": "^3.0.1",
"jsonlint": "^1.6.3",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"lodash": "^4.17.21",
"naive-ui": "^2.38.1",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"typescript": "4.9.3",
"vitepress": "1.0.0-alpha.29",
"vue": "^3.4.22"
},
"devDependencies": {
"@linaria/vite": "^4.5.4",
"@types/codemirror": "^5.60.15",
"@types/lodash": "^4.17.0",
"@types/qs": "^6.9.14",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "3.1.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vuedx/typescript-plugin-vue": "^0.7.6",
"assert": "^2.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"unplugin-vue-components": "^0.22.12",
"vite": "4.2.0",
"vitest": "^0.29.8"
}
}