-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.09 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
57
58
59
60
61
62
63
64
65
66
{
"name": "pic-sure-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test --retries=3",
"test:unit": "vitest run",
"playwright": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^2.1.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.15",
"@types/node": "20.12.11",
"@types/plotly.js": "^2.33.3",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "10.4.20",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.19",
"svelte-check": "^3.8.5",
"svelte-eslint-parser": "^0.40.0",
"tailwindcss": "3.3.6",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.8",
"vite-plugin-tailwind-purgecss": "0.3.0",
"vitest": "^1.5.0"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@fortawesome/fontawesome-free": "^6.5.1",
"@types/auth0-js": "^9.21.5",
"@vincjo/datatables": "^1.14.10",
"auth0-js": "^9.24.1",
"dotenv": "^16.4.5",
"driver.js": "^1.3.1",
"highlight.js": "^11.10.0",
"plotly.js-dist-min": "^2.34.0",
"svelte-eslint-parser": "^0.40.0",
"uuid": "^10.0.0",
"gtagjs": "^0.0.10"
}
}