-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "umd_happy_pet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix .",
"prettier:fix": "prettier --write \"src/**/*{js,jsx,ts,tsx,html}\"",
"fix:all": "npm run lint:fix && npm run prettier:fix"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@material-tailwind/react": "^1.4.2",
"@mui/material": "^5.13.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@uiball/loaders": "^1.2.6",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.11.2",
"moment": "^2.29.4",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-multi-carousel": "^2.8.3",
"swiper": "^9.2.2",
"typescript": "5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1"
}
}