-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"buildcss": "npx tailwindcss -i ./client/src/styles/tailwind.css -o ./client/public/styles/style.css --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"babel-cli": "^6.26.0",
"daisyui": "^4.9.0",
"ejs": "^3.1.9",
"nodemon": "^3.1.0",
"postcss": "^8.4.38",
"postcss-apply": "^0.12.0",
"preline": "^2.1.0",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"express": "^4.19.1",
"flatpickr": "^4.6.13",
"flowbite": "^2.3.0",
"flowbite-datepicker": "^1.2.6",
"moment": "^2.30.1",
"postcss-cli": "^11.0.0",
"primevue": "^3.51.0",
"tw-elements": "^2.0.0"
}
}