-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"name": "timestation",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"prebuild": "cd ./src/wasm && ./build_editdistance.sh && ./build_timesignal.sh",
"build": "vite build",
"preview": "vite preview",
"test": "npx vitest"
},
"dependencies": {
"lit": "^3.3.1",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@types/emscripten": "^1.41.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-istanbul": "^3.2.4",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.9.19",
"daisyui": "^4.12.24",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"playwright": "^1.56.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.18",
"terser": "^5.44.0",
"typescript": "^5.9.3",
"vite": "^7.1.9",
"vite-plugin-babel": "^1.3.2",
"vite-plugin-pwa": "^1.0.3",
"vite-plugin-static-copy": "^3.1.3",
"vitest": "^3.2.4"
}
}