-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "sveltekit-legacy-demo",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"test-playwright": "playwright test",
"test-selenium": "node tests/selenium/run.js",
"check": "svelte-kit sync && svelte-check && tsc --noEmit",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@neoconfetti/svelte": "^1.0.0",
"@playwright/test": "^1.25.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "npm:@tal500/[email protected]",
"@types/cookie": "^0.5.1",
"@vitejs/plugin-legacy": "^4.0.0",
"abortcontroller-polyfill": "^1.7.3",
"custom-event-polyfill": "^1.0.7",
"import-meta-resolve": "^2.1.0",
"intersection-observer": "^0.12.2",
"keyboardevent-key-polyfill": "^1.1.0",
"path-composedpath-polyfill": "^0.0.1",
"postcss": ">=8.4.6 <9.0.0",
"postcss-load-config": "^4.0.1",
"postcss-preset-env": "^7.8.0",
"proxy-polyfill": "^0.3.2",
"regenerator-runtime": "^0.13.9",
"svelte": "^3.54.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.6",
"terser": "^5.15.0",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"unorm": "^1.6.0",
"vite": "^4.0.0",
"whatwg-fetch": "^3.6.2"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"cookie": "^0.4.1"
},
"optionalDependencies": {
"@percy/cli": "^1.17.0",
"@percy/selenium-webdriver": "^1.0.2",
"@types/selenium-webdriver": "^4.1.9",
"selenium-webdriver": "^4.5.0"
}
}