-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.79 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
{
"name": "vet-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watchAll",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@types/uniqid": "^5.3.2",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-spring": "^9.4.5",
"react-toastify": "^9.0.5",
"uniqid": "^5.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@bbbtech/storybook-formik": "^2.5.0",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-vite": "^0.1.38",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.4",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-toastify": "^4.1.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.2",
"babel-loader": "^8.2.5",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}