-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 850 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": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.29.4",
"axios": "^1.2.2",
"classnames": "^2.3.2",
"html-to-react": "^1.5.0",
"jquery": "^3.6.3",
"jsdom": "^21.0.0",
"lodash": "^4.17.21",
"netlify-plugin-inline-source": "^1.0.4",
"netlify-plugin-minify-html": "^0.3.1",
"next": "^13.0.7",
"next-pwa": "^5.6.0",
"next-sitemap": "^3.1.15",
"postcss": "^8.4.20",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.8.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-jss": "^10.9.2",
"react-svg": "15.1.18",
"sass": "^1.57.1",
"webpack": "^5.9.0"
}
}