-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
{
"name": "website",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest ---passWithNoTests"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^5.16.4",
"@types/jest": "^28.1.5",
"@types/node": "^22.14.1",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.3",
"babel-preset-jest": "^28.1.3",
"babel-preset-solid": "^1.4.6",
"identity-obj-proxy": "^3.0.0",
"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": "^5.8.3",
"vite": "^6.3.2",
"vite-plugin-solid": "^2.11.6"
},
"dependencies": {
"solid-js": "^1.4.7",
"solid-meta": "^0.27.5"
},
"engines": {
"node": ">=23.11.0"
},
"volta": {
"node": "23.11.0"
}
}