-
Notifications
You must be signed in to change notification settings - Fork 175
/
package.json
51 lines (51 loc) · 1.4 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": "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",
"markdown-it": "^13.0.1",
"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-markdown": "^8.0.7",
"react-vanilla-tilt": "^1.0.0",
"sass": "^1.45.1",
"styled-components": "^5.3.6",
"swiper": "^9.3.2",
"yarn": "^1.22.19"
},
"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": "13.4.9",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.4"
}
}