-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.52 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
{
"name": "sveltekit-eventsourced-funnel",
"version": "0.0.1",
"scripts": {
"dev": "TAILWIND_MODE=watch svelte-kit dev",
"build": "TAILWIND_MODE=build svelte-kit build",
"preview": "svelte-kit preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. .",
"test": "DEBUG=funnel NODE_OPTIONS=--experimental-vm-modules jest --no-cache --config ./jest.json --verbose --coverage",
"test:watch": "DEBUG=funnel NODE_OPTIONS=--experimental-vm-modules jest --config jest.json --watch --verbose --coverage"
},
"devDependencies": {
"@babel/core": "7.16.5",
"@sveltejs/kit": "1.0.0-next.202",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/svelte": "3.0.3",
"autoprefixer": "10.4.0",
"babel-jest": "27.4.5",
"babel-plugin-transform-vite-meta-env": "1.0.3",
"cssnano": "5.0.14",
"debug": "4.3.3",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-svelte3": "3.2.1",
"jest": "27.4.5",
"postcss": "8.4.5",
"postcss-load-config": "3.1.0",
"prettier": "2.5.1",
"prettier-config-standard": "4.0.0",
"prettier-plugin-svelte": "2.5.1",
"sourced": "4.0.4",
"sourced-repo-svelte-local-storage-store": "2.0.5",
"svelte": "3.44.3",
"svelte-jester": "2.1.5",
"svelte-preprocess": "4.10.1",
"tailwindcss": "2.2.19",
"uuid": "8.3.2"
},
"type": "module"
}