-
-
Notifications
You must be signed in to change notification settings - Fork 247
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
{
"name": "pgtune",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "pgtune website",
"author": "Oleksii Vasyliev",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "oxfmt --check src postcss.config.js jest.config.js && oxlint .",
"format": "oxfmt src postcss.config.js jest.config.js",
"test": "node --experimental-vm-modules $(yarn bin jest) -c jest.config.js"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.12.0",
"@vitejs/plugin-react": "^6.0.5",
"@vituum/vite-plugin-liquid": "^2.0.2",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"formik": "^2.4.9",
"globals": "^17.7.0",
"highlight.js": "^11.11.1",
"jest": "^30.4.2",
"lodash-es": "^4.18.1",
"normalize.css": "^8.0.1",
"oxfmt": "^0.62.0",
"oxlint": "^1.77.0",
"postcss": "^8.5.26",
"postcss-import": "^16.1.1",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^11.3.2",
"prop-types": "^15.8.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-redux": "^9.3.0",
"react-router": "^8.3.0",
"redux-logger": "^3.0.6",
"terser": "^5.49.2",
"vite": "^8.2.1",
"vite-plugin-pwa": "^1.3.0",
"vituum": "^2.0.2",
"workbox-core": "^7.4.1",
"workbox-precaching": "^7.4.1",
"workbox-webpack-plugin": "^7.4.1",
"workbox-window": "^7.4.1",
"yup": "^1.7.1"
},
"packageManager": "yarn@4.18.0"
}