-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 3.17 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "devtuls",
"description": "Collection of awesome developer tools available as a progressive web application.",
"author": "Paul Ebose",
"homepage": "https://plbstl.github.io/devtuls",
"repository": "https://github.com/plbstl/devtuls",
"license": "MIT",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc --build && vite build",
"build-storybook": "storybook build",
"dev": "vite dev",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"fix": "pnpm fix:prettier && pnpm fix:eslint",
"fix:eslint": "eslint . --fix --cache --cache-location 'node_modules/.cache/eslint/' --max-warnings 0",
"fix:prettier": "prettier . --cache --list-different --write",
"lint": "pnpm lint:prettier && pnpm lint:typescript && pnpm lint:eslint",
"lint:eslint": "eslint . --cache --cache-location 'node_modules/.cache/eslint/' --max-warnings 0",
"lint:prettier": "prettier . --cache --check",
"lint:typescript": "tsc --build",
"prepare": "git config core.hookspath .githooks",
"preview": "vite preview",
"pwa": "vite build && vite preview",
"storybook": "storybook dev --port 6006",
"test": "pnpm vitest && pnpm e2e",
"vitest": "vitest run --cache",
"vitest:ui": "vitest --ui"
},
"dependencies": {
"@fluentui-contrib/react-data-grid-react-window": "^1.2.0",
"@fluentui/react-components": "^9.54.10",
"@fluentui/react-icons": "^2.0.253",
"@fluentui/react-list-preview": "^0.3.3",
"markdown-to-jsx": "^7.4.7",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"workbox-window": "^7.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@playwright/test": "^1.47.2",
"@storybook/addon-a11y": "^8.3.4",
"@storybook/addon-actions": "^8.3.4",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/react": "^8.3.4",
"@storybook/react-vite": "^8.3.4",
"@types/eslint__js": "^8.42.3",
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^22.7.4",
"@types/punycode": "^2.1.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "5.1.0-rc-8269d55d-20240802",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-storybook": "^0.9.0",
"globals": "^15.10.0",
"html-minifier-terser": "^7.2.0",
"prettier": "^3.3.3",
"storybook": "^8.3.4",
"storybook-dark-mode": "^4.0.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.1.1"
},
"packageManager": "pnpm@9.7.0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559"
}