-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 Bytes
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
{
"name": "componentity-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "11.1.2",
"next-pwa": "^5.2.21",
"next-seo": "^4.28.1",
"next-sitemap": "^1.6.148",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-html-parser": "^2.0.2",
"react-query": "^3.24.3",
"react-share": "^4.4.0",
"react-syntax-highlighter": "^15.4.4"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.15"
}
}