-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.96 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"version": "1.7.3",
"devVersion": "1059",
"dev": true,
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
},
"author": {
"name": "Neila",
"email": "[email protected]",
"url": "https://neilasite.netlify.app/"
},
"homepage": "https://netlify.verkfi.neila.vip/",
"dependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"esbuild": "^0.24.0",
"jotai": "2.8.0",
"jotai-scope": "^0.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl-universal": "^2.11.3",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0"
},
"scripts": {
"dev": "npm run build:pb && VERKFI_ENV=dev node out/prebuilder.js",
"build": "npm run build:pb && node out/prebuilder.js",
"build:pb": "esbuild packages/core/prebuilder/index.ts --bundle --minify --external:esbuild --platform=node --outfile=out/prebuilder.js",
"lint": "eslint .",
"start": "next start ./packages/core/ui",
"test": "jest"
},
"packageManager": "[email protected]+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5",
"name": "Verkfi",
"description": "Platform for Neila's something useless tools."
}