-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 804 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 804 Bytes
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
{
"name": "react-components",
"private": true,
"version": "0.0.0",
"scripts": {
"test": "jest",
"start": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^6.2.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/dom": "^8.11.3",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"postcss": "^8.4.8",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^3.0.23",
"vite": "^2.8.0"
}
}