-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 861 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
{
"name": "solid-flow",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start",
"lint": "eslint \"**/*.{ts,tsx}\""
},
"type": "module",
"devDependencies": {
"autoprefixer": "^10.4.13",
"daisyui": "^2.49.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-solid": "~0.9.4",
"postcss": "^8.4.21",
"prettier": "~2.8.4",
"solid-start-node": "^0.2.15",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^3.2.7"
},
"dependencies": {
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"solid-js": "^1.6.9",
"solid-start": "^0.2.15",
"undici": "^5.19.1"
},
"engines": {
"node": ">=16"
}
}