generated from narze/single-page-svelte
-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "thwordle",
"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",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.4.6",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"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",
"tailwindcss": "^3.0.12",
"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"
}
}