-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1022 Bytes
/
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
{
"name": "solid-js",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start",
"lint": "eslint --ext .tsx,.ts src/"
},
"type": "module",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.0",
"autoprefixer": "^10.4.13",
"date-fns": "^2.29.3",
"eslint": "^8.30.0",
"eslint-plugin-solid": "^0.9.1",
"firebase": "^9.14.0",
"firestore": "^1.1.6",
"postcss": "^8.4.19",
"solid-icons": "^1.0.4",
"solid-progressbar": "^0.1.1",
"solid-start-netlify": "^0.2.5",
"solid-start-node": "^0.2.0",
"solid-start-vercel": "^0.2.5",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-checker": "^0.5.2"
},
"dependencies": {
"@solidjs/meta": "^0.28.0",
"@solidjs/router": "^0.5.0",
"@typescript-eslint/parser": "^5.47.0",
"solid-js": "^1.6.0",
"solid-start": "^0.2.0",
"undici": "^5.11.0"
},
"engines": {
"node": ">=16"
}
}