-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.73 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "themegrill-demo-importer",
"title": "ThemeGrill Demo Importer",
"version": "2.1.3",
"homepage": "https://themegrill.com/demo-importer/",
"repository": {
"type": "git",
"url": "https://github.com/themegrill/themegrill-demo-importer.git"
},
"license": "ISC",
"main": "Gruntfile.js",
"scripts": {
"dev": "wp-scripts start --node-env=development --mode=development --hot",
"build": "wp-scripts build --node-env=production --mode=production",
"lint": "eslint ./assets/js --ext ts,tsx",
"prettier": "prettier --ignore-path .gitignore --check \"**/*.+(ts|tsx)\"",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(ts|tsx)\"",
"prettier:fix": "prettier --write \"**/*.+(ts|tsx)\"",
"release": "gulp release",
"watch:routes": "tsr watch",
"build:routes": "tsr generate",
"makepot": "wp i18n make-pot ./ languages/themegrill-demo-importer.pot --exclude=node_modules,vendor"
},
"keywords": [],
"author": "",
"devDependencies": {
"@tanstack/router-cli": "^1.131.27",
"@types/node": "^24.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/wordpress__media-utils": "^4.14.4",
"@wordpress/api-fetch": "^7.10.0",
"@wordpress/browserslist-config": "^6.52.0",
"@wordpress/i18n": "^5.25.0",
"@wordpress/media-utils": "^5.4.0",
"@wordpress/scripts": "^28.3.0",
"autoprefixer": "^10.4.19",
"chalk": "^5.4.1",
"eslint": "^9.7.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"grunt": "^1.6.1",
"gulp": "^5.0.1",
"gulp-zip": "^6.1.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.6.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.6",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-devtools": "^5.85.5",
"@tanstack/react-router": "^1.45.11",
"@tanstack/router-devtools": "^1.45.11",
"@tanstack/router-plugin": "^1.45.8",
"@virtual-grid/react": "^2.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lottie-react": "^2.4.0",
"lucide-react": "^0.408.0",
"rc-menu": "^9.16.1",
"react-router-dom": "^6.25.1",
"tailwind-merge": "^2.4.0"
}
}