-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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": "sample-site-finsweet",
"scripts": {
"lint": "eslint ./generate-static-api/** ./macro/** ./src/** ./*.ts --fix",
"tsc": "tsc --noEmit",
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start"
},
"type": "module",
"devDependencies": {
"@babel/types": "^7.23.0",
"@types/babel__core": "^7.20.3",
"@types/babel__traverse": "^7.20.3",
"@types/chance": "^1.1.5",
"@types/jsesc": "^3.0.2",
"@types/node": "^18.18.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@unocss/eslint-config": "^0.56.5",
"@unocss/preset-mini": "^0.56.5",
"@unocss/preset-uno": "^0.56.5",
"@unocss/transformer-directives": "^0.56.5",
"@unocss/transformer-variant-group": "^0.56.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-solid": "^0.13.0",
"jsesc": "^3.0.2",
"knip": "^2.35.0",
"postcss": "^8.4.31",
"solid-start-node": "^0.3.7",
"solid-start-static": "^0.3.7",
"typescript": "^5.2.2",
"unocss": "^0.56.5",
"vite": "^4.5.0",
"wrangler": "^3.14.0"
},
"dependencies": {
"@solid-primitives/event-listener": "^2.3.0",
"@solid-primitives/media": "^2.2.5",
"@solid-primitives/rootless": "^1.4.2",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"@unocss/reset": "^0.56.5",
"chance": "^1.1.11",
"solid-js": "^1.8.3",
"solid-start": "^0.3.7",
"tsx": "^3.14.0"
},
"engines": {
"node": ">=16"
}
}