-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "viewled",
"version": "0.1.0",
"author": "Jeff Schofield <[email protected]>",
"license": "MIT",
"scripts": {
"build": "esno ./scripts/build",
"dev": "vite"
},
"gitHooks": {
"commit-msg": "esno scripts/verifyCommit.ts"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/html-minifier": "^4.0.2",
"@types/lodash": "^4.14.182",
"@types/mime-types": "^2.1.1",
"@types/node": "^16.11.39",
"@types/resize-observer-browser": "^0.1.7",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.7",
"chalk": "^5.0.1",
"css-class-generator": "^2.0.0",
"cssnano": "^5.1.11",
"cssnano-preset-default": "^5.2.11",
"esno": "^0.16.3",
"fs-extra": "^10.1.0",
"html-minifier": "^4.0.0",
"magic-string": "^0.26.2",
"mime-types": "^2.1.35",
"postcss": "^8.4.14",
"postcss-modules": "^4.3.1",
"tailwindcss": "^3.1.2",
"tailwindcss-color-suite": "^0.5.1",
"tailwindcss-gridlines": "^0.2.4",
"tailwindcss-interaction-media": "^0.1.0",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-singlefile": "^0.9.0",
"vite-plugin-svg-icons": "^2.0.1",
"yorkie": "^2.0.0"
},
"dependencies": {
"@headlessui/vue": "^1.6.4",
"@vue/server-renderer": "^3.2.37",
"express": "^4.18.1",
"lodash": "^4.17.21",
"slgl": "^0.0.5",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vue-wled": "^0.3.0",
"wled-client": "^0.22.0"
}
}