-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 869 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
{
"name": "lutaok-portfolio",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "node ./.output/server/index.mjs",
"serve": "pnpm install && pnpm build && pnpm start",
"format": "prettier --write .",
"lint": "eslint ."
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.5",
"@solidjs/start": "^1.0.1",
"solid-js": "^1.8.17",
"vinxi": "0.3.11"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.13.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.69.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}