forked from go-sonic/default-theme-anatole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 829 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
{
"name": "@go-sonic/sonic-theme-anatole",
"version": "1.2.0",
"description": "Default theme for Sonic",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"author": "@go-sonic",
"license": "ISC",
"repository": "[email protected]:go-sonic/sonic-theme-anatole.git",
"devDependencies": {
"@iconify/json": "^2.1.47",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@types/alpinejs": "^3.7.0",
"@types/node": "^16.11.36",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"rollup-plugin-watch": "^1.0.1",
"sass": "^1.52.1",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vite-plugin-purge-icons": "^0.8.1"
},
"dependencies": {
"@iconify/iconify": "^2.2.1",
"alpinejs": "^3.10.2"
}
}