-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 790 Bytes
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
{
"name": "lcui-quick-start",
"version": "0.2.0",
"description": "A minimal LCUI application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lcui-dev/lcui-quick-start.git"
},
"homepage": "https://github.com/lcui-dev/lcui-quick-start",
"bugs": {
"url": "https://github.com/lcui-dev/lcui-quick-start/issues"
},
"keywords": [
"lcui"
],
"author": "liu <lc-soft@live.cn>",
"license": "MIT",
"devDependencies": {
"@lcui/react": "^0.5.0",
"@lcui/react-icons": "^1.0.4",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@types/react": "^18.2.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"tailwindcss": "3.4.17"
}
}