-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "next-netlify-starter",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"gray-matter": "^4.0.2",
"image-trace-loader": "^1.0.2",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"jimp": "^0.16.1",
"lqip-loader": "^2.2.1",
"next": "10.0.9",
"next-optimized-images": "^2.6.2",
"react": "17.0.1",
"react-burger-menu": "^3.0.6",
"react-dom": "17.0.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"responsive-loader": "^2.3.0",
"sass": "^1.32.8",
"simple-react-lightbox-pro": "^1.3.7",
"svg-sprite-loader": "^6.0.5",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^3.0.3",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"autoprefixer": "^10.2.5",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.2.8",
"stylelint-config-recommended": "^4.0.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.3"
}
}