-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
66 lines (66 loc) · 1.98 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
59
60
61
62
63
64
65
66
{
"name": "solid-experience",
"version": "0.0.0",
"description": "",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start",
"pre-build": "cpy 'src/images/**/*.{png,jpeg,jpg}' 'dist/src/images'",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint-fix": "eslint . --ext .js,.ts,.tsx --fix",
"prepare": "husky install",
"husky:init": "npx husky-init",
"pre-commit": "lint-staged",
"ts:check": "tsc -p tsconfig.json --noEmit",
"server": "cd json-server && yarn server"
},
"type": "module",
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "^3.0.1",
"@types/velocity-animate": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/experimental-utils": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@xbmlz/eslint-config-prettier": "^0.1.17",
"@xbmlz/eslint-config-solid": "^0.1.17",
"autoprefixer": "^10.4.14",
"cpy-cli": "^3.1.1",
"eslint": "^8.43.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-solid": "^0.12.1",
"husky": "^7.0.4",
"lint-staged": "^13.2.3",
"postcss": "^8.4.21",
"solid-start-node": "^0.2.19",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.4",
"vite": "^4.3.9"
},
"dependencies": {
"@felte/solid": "^1.2.10",
"@felte/validator-yup": "^1.1.2",
"@hope-ui/core": "1.0.0-next.11",
"@kobalte/core": "^0.9.8",
"@solid-primitives/i18n": "^1.4.0",
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"@stitches/core": "^1.2.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"axios": "^1.3.6",
"cash-dom": "^8.1.5",
"clsx": "^1.2.1",
"date-time-picker-solid": "^1.1.1",
"moment": "^2.29.4",
"solid-icons": "^1.0.4",
"solid-js": "^1.7.7",
"solid-start": "^0.2.19",
"solid-transition-group": "^0.2.2",
"terser": "^5.17.1",
"velocity-animate": "^1.5.2",
"yup": "^1.2.0"
},
"engines": {
"node": ">=16"
}
}