-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "vite-template-solid-effector",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "prettier --write '.src/**/*.{ts,tsx,js,jsx,json,md,mdx,yml,yaml,css,html}'",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-effector": "^0.6.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-solid": "^0.5.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"effector": "^22.3.0",
"effector-solid": "^0.22.0",
"patronum": "^1.8.2",
"solid-app-router": "^0.3.3",
"solid-js": "^1.4.3"
}
}