-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.31 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Tofino",
"private": true,
"type": "module",
"version": "2.0.0",
"description": "A WordPress starter theme for jumpstarting custom theme development.",
"keywords": [
"WordPress",
"theme",
"tofino"
],
"scripts": {
"dev": "node dev-server.js",
"build": "vite build",
"watch": "vite build --watch"
},
"author": "Daniel Hewes <daniel@creativedotdesign.com>",
"contributors": [
{
"name": "Jake Gully",
"email": "chimpytk@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/creativedotdesign/tofino.git"
},
"bugs": {
"url": "https://github.com/creativedotdesign/tofino/issues"
},
"homepage": "http://tofino.creativedotdesign.com",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"browser-sync": "^3.0.4",
"daisyui": "^5.5.19",
"tailwindcss": "^4.2.1",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.3.0"
},
"dependencies": {
"headroom.js": "^0.9.4",
"js-cookie": "^2.2.1",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^3.5.0",
"leaflet.locatecontrol": "^0.89.0",
"leaflet.markercluster": "^1.5.0",
"plotly.js": "^1.58.5",
"svg4everybody": "^2.1.4"
}
}