-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.29 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
{
"name": "jonnyeom.com",
"homepage": "https://github.com/jonnyeom/jonnyeom.com#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jonnyeom/jonnyeom.com.git"
},
"author": "Jonny Eom",
"description": "Node packages for jonnyeom.com",
"engines": {
"node": "22.22.3"
},
"packageManager": "pnpm@11.7.0",
"type": "module",
"bugs": {
"url": "https://github.com/jonnyeom/jonnyeom/issues"
},
"dependencies": {
"ag-grid-community": "^35.3.1",
"ag-grid-react": "^35.3.1",
"bulma": "^1.0.4",
"highlight.js": "^11.11.1"
},
"devDependencies": {
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^4.0.1",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"@symfony/ux-react": "file:vendor/symfony/ux-react/assets",
"@vitejs/plugin-react": "^5.2.0",
"imagemin-cli": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.100.0",
"vite": "^8.0.16",
"vite-plugin-symfony": "^8.2.4"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
}
}