-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 788 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 788 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
33
34
35
{
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tailwindcss": "^3.3.5",
"vite": "^5.0.2"
},
"dependencies": {
"daisyui": "^3.9.4",
"moment": "^2.29.4"
},
"name": "finalproject",
"description": "## Elevator Pitch",
"version": "1.0.0",
"main": "tailwind.config.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "npm run dev",
"test": "vite test --config=vite.config.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"babel": {
"presets": [
"@babel/preset-react"
]
}
}