generated from narze/single-page-svelte
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1018 Bytes
/
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
{
"name": "single-page-svelte",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "jest src",
"test:watch": "npm run test -- --watch"
},
"devDependencies": {
"@babel/preset-env": "^7.16.8",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.34",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^27.4.0",
"babel-jest": "^27.4.6",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"svelte": "^3.46.2",
"svelte-check": "^2.3.0",
"svelte-jester": "^2.1.5",
"svelte-preprocess": "^4.10.1",
"ts-jest": "^27.1.3",
"tslib": "^2.2.0",
"typescript": "^4.5.4",
"vite": "^2.7.12"
},
"dependencies": {
"svelte-share-buttons-component": "1.3.2",
"twind": "^0.16.16"
}
}