-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "tofino",
"private": true,
"version": "3.3.2",
"description": "A WordPress starter theme for jumpstarting custom theme development.",
"keywords": [
"WordPress",
"theme",
"tofino"
],
"scripts": {
"dev": "vite build --mode development",
"watch": "vite build --watch",
"prod": "npm run production",
"production": "vite build"
},
"author": "Daniel Hewes <daniel@creativedotdesign.com>",
"repository": {
"type": "git",
"url": "git://github.com/creativedotdesign/tofino.git"
},
"bugs": {
"url": "https://github.com/creativedotdesign/tofino/issues"
},
"homepage": "https://creativedotdesign.com",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"browserslist": "last 2 Chrome versions, last 2 Firefox versions, last 2 safari versions",
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"daisyui": "^5.5.19",
"tailwindcss": "^4.2.2",
"vite": "^8.0.1"
},
"dependencies": {
"body-scroll-lock": "^3.1.5"
}
}