-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 888 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 888 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
{
"name": "ecomsys",
"version": "1.0.0",
"description": "EcomSys Block Theme for WordPress",
"scripts": {
"editor": "npx tailwindcss -i assets/src/css/main.css -o assets/dist-editor/output.css --watch --content \"./**/*.{php,html}\"",
"dev": "concurrently \"npm run editor\" \"vite\"",
"build": "vite build",
"sprite": "node .npm/svg-sprite.js",
"fulldev": "concurrently \"npm run editor\" \"vite\" \"cd ../../plugins/ecomsys-studio npm run dev-button\""
},
"keywords": [
"vite",
"tailwindcss",
"gutenberg"
],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@tailwindcss/cli": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"concurrently": "^9.2.1",
"dotenv": "^17.3.1",
"path": "^0.12.7",
"svg-sprite": "^2.0.4",
"tailwindcss": "^4.2.1",
"url": "^0.11.4",
"vite": "^7.3.1"
}
}