forked from le0pard/pgtune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.8 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
{
"name": "pgtune",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "pgtune website",
"author": "Alexey Vasiliev",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "pnpify run prettier --check src postcss.config.js jest.config.js && eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"format": "pnpify run prettier --write src postcss.config.js jest.config.js",
"test": "node --experimental-vm-modules $(yarn bin jest) -c jest.config.js"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.2.1",
"@vitejs/plugin-react": "^4.2.1",
"@vituum/vite-plugin-liquid": "^1.1.0",
"@yarnpkg/pnpify": "^4.0.1",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"formik": "^2.4.5",
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-load-config": "^5.0.3",
"postcss-preset-env": "^9.4.0",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"react-redux": "^9.1.0",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"redux-logger": "^3.0.6",
"vite": "^5.1.3",
"vite-plugin-pwa": "^0.19.0",
"vituum": "^1.1.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0",
"workbox-window": "^7.0.0",
"yup": "^1.3.3"
},
"packageManager": "yarn@4.0.2"
}