-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 985 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 985 Bytes
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": "ecomsys-classic",
"version": "1.0.0",
"description": "Start Classic Theme (Tailwind + Hot Reload)",
"main": "vite.config.js",
"scripts": {
"fonts": "node --no-warnings .npm/fonts.js",
"svg": "node .npm/svg.js",
"favicons": "node .npm/favicons.js",
"webp": "node .npm/webp.js",
"pot": "node .npm/pot.js",
"build": "vite build",
"dev": "node .npm/dev.js"
},
"keywords": [
"tailwind",
"vite",
"underscores"
],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@tailwindcss/vite": "^4.2.0",
"chalk": "^5.6.2",
"child_process": "^1.0.2",
"dotenv": "^17.3.1",
"fonter": "^0.0.1",
"fs-extra": "^11.3.3",
"gettext-parser": "^9.0.2",
"glob": "^13.0.6",
"png-to-ico": "^3.0.1",
"sass": "^1.97.3",
"sharp": "^0.34.5",
"svg-sprite": "^2.0.4",
"tailwindcss": "^4.2.0",
"ttf2woff2": "^8.0.0",
"url": "^0.11.4",
"vite": "^7.3.1"
}
}