-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 693 Bytes
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
{
"name": "web-ag-grid",
"private": true,
"version": "0.1.0",
"type": "module",
"author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
"license": "MIT",
"scripts": {
"format": "prettier --write .",
"lint": "eslint .",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@inglorious/ag-grid": "workspace:*",
"@inglorious/web": "workspace:*",
"ag-grid-community": "^34.3.1"
},
"devDependencies": {
"@inglorious/eslint-config": "workspace:*",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"rollup-plugin-minify-template-literals": "^1.1.7",
"vite": "^7.1.6"
}
}