-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 923 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
{
"name": "timetracking",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "npx vite --port $PORT",
"dev": "npx vite",
"build": "npx vite build",
"serve": "npx vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.0.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vite-plugin-mix": "^0.3.1",
"vite-plugin-solid": "2.2.6"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"idb": "^7.0.2",
"postgres": "^1.0.2",
"remeda": "^1.0.1",
"solid-app-router": "^0.4.1",
"solid-headless": "^0.12.2",
"solid-heroicons": "^2.0.3",
"solid-js": "^1.4.2",
"vite-plugin-pwa": "^0.12.3"
}
}