-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
{
"name": "courseapi-fe",
"version": "1.0.0",
"description": "一個資源佔用少、速度快,且易於維護的 CourseAPI 前端。",
"repository": {
"type": "git",
"url": "https://github.com/Open-Edu-Tw/courseapi-fe"
},
"license": "GPL-3.0-only",
"author": "pan93412 <pan93412@gmail.com>",
"type": "module",
"main": "dist/server.js",
"scripts": {
"build": "solid-start build",
"dev": "solid-start dev",
"start": "solid-start start"
},
"dependencies": {
"undici": "^5.8.0"
},
"devDependencies": {
"@solidjs/meta": "^0.28.0",
"@solidjs/router": "^0.4.2",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@unocss/preset-mini": "^0.45.7",
"@unocss/reset": "^0.45.7",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-solid": "^0.7.1",
"lodash-es": "^4.17.21",
"prettier": "^2.7.1",
"solid-js": "1.4.7",
"solid-start": "0.1.0-alpha.99",
"solid-start-node": "0.1.0-alpha.99",
"typescript": "^4.7.4",
"unocss": "^0.45.7",
"vite": "^3.0.4"
},
"packageManager": "pnpm@7.9.5",
"engines": {
"node": ">=14"
}
}