forked from amupedia2021/amupedia-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "amupedia",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.2.0",
"aos": "^2.3.4",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"framer-motion": "^5.5.5",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongoose": "^7.2.1",
"next": "^12.3.3",
"next-connect": "^1.0.0",
"next-images": "^1.8.5",
"prettier": "^2.8.1",
"react": "17.0.2",
"react-contenteditable": "^3.3.6",
"react-dom": "17.0.2",
"react-icons": "^4.9.0",
"react-vanilla-tilt": "^1.0.0",
"sass": "^1.45.1",
"styled-components": "^5.3.6",
"swiper": "^9.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}