-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.25 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
42
43
{
"name": "underscores",
"version": "1.0.0",
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
"author": "Automattic Theme Team",
"license": "GPL-2.0-or-later",
"type": "module",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "https://github.com/Automattic/_s#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/_s.git"
},
"bugs": {
"url": "https://github.com/Automattic/_s/issues"
},
"devDependencies": {
"@kucrut/vite-for-wp": "^0.8.0",
"@tailwindcss/typography": "^0.5.12",
"@wordpress/scripts": "^19.2.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"rollup-plugin-external-globals": "^0.8.0",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0",
"vite-plugin-external": "^4.3.0"
},
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@types/jquery": "^3.5.29",
"jquery-countdown": "^2.2.0",
"jquery.countdown": "^1.2.8",
"jquery.marquee": "^1.6.0",
"swiper": "^11.0.7",
"typeit": "^8.8.3"
}
}