-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1015 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
39
40
41
42
{
"name": "website",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "^5.16.4",
"@types/jest": "^28.1.5",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.3",
"babel-preset-jest": "^28.1.3",
"babel-preset-solid": "^1.4.6",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jsdom": "^20.0.0",
"postcss": "^8.4.14",
"regenerator-runtime": "0.13.9",
"solid-jest": "^0.2.0",
"solid-testing-library": "^0.3.0",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite": "^5.4.7",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"solid-js": "^1.4.7",
"solid-meta": "^0.27.5"
},
"volta": {
"node": "16.16.0"
}
}