-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "colamone",
"version": "1.0.0",
"homepage": "./",
"dependencies": {
"@types/node": "^25.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"i18next": "^26.0.10",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-i18next": "^17.0.7",
"typescript": "^6.0.3",
"use-timer": "^2.0.1",
"web-vitals": "^5.2.0"
},
"scripts": {
"start": "vite",
"build": "node ./update-date.js && tsc --noEmit && vite build",
"build:wasm": "docker compose -f wasm/docker-compose.yml run --rm --build rust bash -c \"wasm-pack build --target web && rm -f ./pkg/.gitignore ./pkg/package.json\"",
"serve": "vite preview",
"test": "vitest run",
"uplib": "npx npm-check-updates -u && npm i"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"lefthook": "^2.1.6",
"vite": "^8.0.11",
"vite-plugin-singlefile": "^2.3.3",
"vitest": "^4.1.5"
}
}