-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest",
"e2e": "cypress open"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@testing-library/jest-dom": "^5.14.1",
"@types/jest": "^27.0.2",
"@types/prismjs": "^1.16.6",
"@xstate/test": "^0.5.0",
"autoprefixer": "^10.4.0",
"babel-preset-solid": "^1.2.0",
"cypress": "^9.0.0",
"cypress-audit": "^1.1.0",
"cypress-image-snapshot": "^4.0.1",
"jest": "^27.3.1",
"postcss": "^8.3.11",
"solid-jest": "^0.2.0",
"solid-testing-library": "^0.2.1",
"tailwindcss": "^2.2.19",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4",
"vite": "^2.5.7",
"vite-plugin-pwa": "^0.11.3",
"vite-plugin-solid": "^2.0.3",
"xstate": "^4.26.0"
},
"dependencies": {
"highlight.js": "^11.3.1",
"prismjs": "^1.25.0",
"solid-app-router": "^0.1.11",
"solid-js": "^1.1.3",
"solid-slider": "^1.0.4"
}
}