generated from NewcastleRSE/Standard-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.95 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": "beeing-human-web",
"version": "0.7.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "npm run clean && vite build",
"preview": "vite preview",
"test": "playwright test --ui",
"test:cli": "playwright test",
"test:single-worker": "playwright test --workers=1",
"test:unit": "vitest --ui",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"gh-pages": "npm run build && npx gh-pages -t -d build",
"clean": "trash build"
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@playwright/test": "^1.39.0",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.3",
"@tailwindcss/forms": "^0.5.8",
"@testing-library/svelte": "^4.0.5",
"@testing-library/user-event": "^14.5.1",
"@vitest/ui": "^0.32.4",
"autoprefixer": "^10.4.16",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.0",
"gh-pages": "^5.0.0",
"marked": "^12.0.1",
"mdsvex": "^0.11.0",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rehype-class-names": "^2.0.0",
"smplr": "^0.6.1",
"standardized-audio-context-mock": "^9.6.30",
"svelte": "^4.2.19",
"svelte-preprocess": "^5.0.4",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "^3.3.5",
"trash-cli": "^5.0.0",
"vite": "^4.5.0",
"vitest": "^0.32.4"
},
"type": "module",
"dependencies": {
"CETEIcean": "^1.8.0",
"d3": "^7.8.5",
"dompurify": "^3.0.9",
"jsdom": "^22.1.0",
"midi-player-js": "^2.0.16",
"parse-md": "^3.0.3",
"svelte-markdown": "^0.4.1",
"tify": "^0.31.0",
"uuid": "^9.0.1",
"verovio": "^3.16.0"
}
}