-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.62 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": "solibee",
"version": "1.0.22",
"description": "Open-source collection of accessible and customizable components for SolidJS",
"homepage": "https://solibee.dev",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest --verbose"
},
"jest": {
"preset": "solid-jest/preset/browser",
"setupFilesAfterEnv": [
"<rootDir>/node_modules/@testing-library/jest-dom"
]
},
"license": "MIT",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@jest/globals": "^29.7.0",
"@solidjs/testing-library": "^0.8.7",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29.5.12",
"@types/testing-library__jest-dom": "^6.0.0",
"autoprefixer": "^10.4.17",
"babel-jest": "^29.7.0",
"babel-preset-jest": "^29.6.3",
"babel-preset-solid": "^1.8.16",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-solid": "^0.13.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"shiki": "^1.2.2",
"solid-devtools": "^0.29.2",
"solid-jest": "^0.2.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@solidjs/router": "^0.13.1",
"monaco-editor": "^0.47.0",
"solid-js": "^1.8.11"
}
}