-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "skverybit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"next": "^9.1.7",
"next-assets-import": "0.0.2",
"next-compose-plugins": "^2.2.0",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-lazyload": "^2.6.5",
"react-player": "^1.14.2",
"react-yandex-metrika": "^2.6.0",
"url-loader": "^3.0.0"
},
"devDependencies": {
"eslint": "6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"author": "",
"license": "ISC"
}