-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.52 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
{
"private": true,
"name": "sitename",
"version": "0.0.0",
"license": "UNLICENSED",
"engines": {
"npm": "^7.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint app/client/src",
"test": "jest --verbose app/client/tests",
"storybook": "storybook dev -p 6006 --disable-telemetry"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@storybook/test": "^8.1.10",
"@vitejs/plugin-react": "^4.0.1",
"chromatic": "^6.19.8",
"core-js": "^3.20.2",
"enzyme": "^3.10.0",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-compat": "^4.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^24.9.0",
"sass": "^1.63.6",
"storybook": "^8.1.10",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0"
},
"dependencies": {
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"classnames": "^2.3.2",
"debounce": "^1.2.1",
"global": "^4.4.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"packageManager": "yarn@4.3.0"
}