-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1016 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
32
33
34
35
36
37
38
{
"name": "ubc-vpfo-find-a-space",
"version": "0.1.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^30.0.2",
"typescript": "^5.6.2"
},
"dependencies": {
"@koga73/overlay": "^3.0.3",
"@tanstack/react-table": "^8.20.5",
"accordion-js": "^3.3.4",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"dompurify": "^3.1.7",
"glider-js": "^1.7.9",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.1",
"react-slider": "^2.0.6",
"tippy.js": "^6.3.7"
}
}