-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.39 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
67
68
69
{
"dependencies": {
"@react-pdf-viewer/core": "^3",
"@react-pdf-viewer/default-layout": "^3",
"@react-pdf-viewer/get-file": "^3",
"@react-pdf-viewer/locales": "^1",
"@react-pdf-viewer/toolbar": "^3",
"body-scroll-lock": "^3",
"path-browserify": "^1",
"pdfjs-dist": "3.11.174",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9",
"@types/body-scroll-lock": "^3",
"@types/eslint__eslintrc": "^2",
"@types/eslint__js": "^8",
"@types/node": "^22",
"@types/path-browserify": "^1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react-swc": "^3",
"autoprefixer": "^10",
"cssnano": "^7",
"eslint": "^9",
"eslint-import-resolver-typescript": "^3",
"eslint-plugin-import": "^2",
"eslint-plugin-react-hooks": "^5",
"eslint-plugin-react-refresh": "^0",
"globals": "^15",
"jiti": "^2",
"npm-run-all": "^4",
"postcss": "^8",
"postcss-cli": "^11",
"postcss-import": "^16",
"postcss-load-config": "^6",
"postcss-scss": "^4",
"sass": "^1",
"stylelint": "^16",
"stylelint-a11y": "^1",
"stylelint-config-standard": "^36",
"stylelint-config-standard-scss": "^13",
"stylelint-declaration-block-no-ignored-properties": "^2",
"stylelint-order": "^6",
"tailwindcss": "^3",
"typescript": "^5",
"typescript-eslint": "^8",
"vite": "^5"
},
"name": "sofken-hp",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"private": true,
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite --host 0.0.0.0",
"lint": "run-p 'lint:check:*'",
"lint:check:eslint": "eslint --flag unstable_ts_config .",
"lint:check:stylelint": "stylelint src/*.scss",
"lint:fix": "run-p 'lint:fix:*'",
"lint:fix:eslint": "eslint --flag unstable_ts_config --fix .",
"lint:fix:stylelint": "stylelint --fix src/*.scss",
"preview": "vite preview"
},
"type": "module",
"version": "0.0.0"
}