-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "sepyrate",
"version": "0.0.1",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"test": "jest"
},
"devDependencies": {
"@jest/types": "^28.1.1",
"@poppanator/sveltekit-svg": "^0.3.4",
"@sveltejs/adapter-static": "^1.0.0-next.35",
"@sveltejs/kit": "next",
"@testing-library/svelte": "^3.1.3",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-testing-library": "^5.5.1",
"jest": "^28.1.2",
"postcss": "^8.4.14",
"postcss-custom-media": "^8.0.2",
"postcss-custom-selectors": "^6.0.3",
"postcss-extend-rule": "^4.0.0",
"postcss-import": "^14.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-nested": "^5.0.6",
"postcss-scss": "^4.0.4",
"postcss-simple-vars": "^6.0.3",
"sass": "^1.53.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"testing-library": "^0.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^2.9.13"
}
}