-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "my-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"@zeit/next-css": "^1.0.1",
"axios": "^0.27.2",
"babel-eslint": "^10.1.0",
"dashify": "^2.0.0",
"firebase": "^9.8.4",
"fs": "^0.0.1-security",
"interweave": "^13.0.0",
"mongodb": "^4.8.0",
"next": "12.1.6",
"prettier": "^2.7.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-firebase-hooks": "^5.0.3",
"react-loader-spinner": "^5.3.4",
"react-responsive-carousel": "^3.2.23",
"showdown": "^2.1.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"autoprefixer": "^10.4.7",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.20.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2"
}
}