-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 900 Bytes
/
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": "kretes-ssr",
"version": "0.0.1",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "kretes start --production"
},
"dependencies": {
"clsx": "^1.1.1",
"kretes": "^1.0.0-alpha.50",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.6.0",
"react-query": "^3.16.0",
"wouter": "^2.7.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@snowpack/plugin-postcss": "^1.2.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"autoprefixer": "^10.2.5",
"chokidar": "^3.5.1",
"cross-env": "^7.0.3",
"kretes-snowpack-refresh": "^0.0.3",
"node-pg-migrate": "^5.9.0",
"npm-check-updates": "^11.5.13",
"pnpm": "6.3.0",
"prettier": "^2.3.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4"
}
}