-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 976 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
{
"name": "taskr_mini",
"private": true,
"version": "1.0.0",
"license": "LGPL-3.0-or-later",
"author": {
"name": "João Mendes Jorge Barata Ribeiro",
"email": "[email protected]",
"url": "https://github.barataribeiro.com/"
},
"bugs": {
"url": "https://github.com/Barata-Ribeiro/Taskr_mini/issues",
"email": "[email protected]"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^22.7.5",
"autoprefixer": "^10.4.20",
"camelcase": "^8.0.0",
"cssnano": "^7.0.6",
"html-minifier-terser": "^7.2.0",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"terser": "^5.34.1",
"the-new-css-reset": "^1.11.3",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4"
}
}