-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 869 Bytes
/
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
{
"name": "micro-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/eslint-plugin-next": "^9.5.5",
"@tailwindcss/typography": "^0.2.0",
"axios": "^0.21.0",
"lodash": "^4.17.20",
"next": "^10.0.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "^5.0.2",
"react-masonry-css": "^1.0.14",
"react-syntax-highlighter": "^15.2.1",
"remark-gfm": "^1.0.0",
"tailwindcss": "^1.9.6"
},
"devDependencies": {
"eslint": "^7.12.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^8.1.0"
}
}