-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"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.1.0",
"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.23.5",
"@babel/preset-typescript": "^7.23.3",
"@types/emscripten": "^1.39.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/browser": "^1.2.2",
"@vitest/coverage-istanbul": "^1.3.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.2",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"terser": "^5.26.0",
"typescript": "^5.3.2",
"vite": "^5.0.12",
"vite-plugin-babel": "^1.1.3",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-static-copy": "^1.0.1",
"vitest": "^1.2.2",
"webdriverio": "^8.29.7"
}
}