-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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": "default",
"version": "2.0.0",
"description": "Default theme for Aikeedo",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"locale": "node scripts/locale-extract.mjs",
"pack": "node scripts/pack.mjs",
"release": "npm run pack -- theme.zip && node scripts/release.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/heyaikeedo/themes-default.git"
},
"author": "Aikeedo Team",
"license": "SEE LICENSE IN <LICENSE>",
"bugs": {
"url": "https://github.com/heyaikeedo/themes-default/issues",
"email": "support@aikeedo.com"
},
"homepage": "https://github.com/heyaikeedo/themes-default#readme",
"devDependencies": {
"archiver": "^7.0.1",
"autoprefixer": "^10.4.20",
"cpx": "^1.5.0",
"gettext-parser": "^8.0.0",
"glob": "^10.4.5",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite-plugin-full-reload": "^1.2.0"
},
"dependencies": {
"alpinejs": "^3.14.3",
"axios": "^1.4.0",
"tippy.js": "^6.3.7"
}
}