-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
{
"name": "ldcli-dev-server-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"prettier:write": "prettier . --write",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@launchpad-ui/components": "0.4.4",
"@launchpad-ui/core": "0.49.22",
"@launchpad-ui/icons": "0.18.13",
"@launchpad-ui/tokens": "0.11.3",
"@testing-library/react": "16.0.1",
"fuzzysort": "3.0.2",
"launchdarkly-js-client-sdk": "3.4.0",
"lodash": "4.18.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "7.12.0",
"react-window": "1.8.10"
},
"devDependencies": {
"@eslint/js": "9.20.0",
"@types/lodash": "4.17.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-window": "1.8.8",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitejs/plugin-react": "4.5.0",
"eslint": "8.57.0",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"globals": "15.15.0",
"prettier": "3.3.2",
"typescript": "5.2.2",
"typescript-eslint": "8.24.1",
"vite": "6.4.1",
"vite-plugin-singlefile": "2.2.0",
"vite-plugin-svgr": "4.3.0",
"vitest": "2.1.9"
}
}