-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.74 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nextjs_test",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.19.0",
"yarn": "1.22.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-hook/size": "^2.1.1",
"@react-hook/window-scroll": "^1.3.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.5.3",
"bootstrap-icons": "^1.4.0",
"compare-urls": "^3.0.0",
"dart-sass": "^1.25.0",
"disqus-react": "^1.1.1",
"gestalt": "^21.6.2",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"next": "12",
"next-images": "^1.6.2",
"next-seo": "^4.17.0",
"nextjs-progressbar": "^0.0.11",
"nookies": "^2.5.2",
"normalize-url": "^7.0.1",
"nouislider-react": "^3.4.0",
"npm": "^6.14.11",
"nprogress": "^0.2.0",
"popper.js": "^1.16.1",
"postcss": "^8.2.4",
"rc-slider": "^9.7.2",
"react": "^17.0.2",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-image-lightbox": "^5.1.1",
"react-magnifier": "^3.0.4",
"react-markdown": "^8.0.0",
"react-number-format": "^4.6.0",
"react-query": "^3.12.0",
"react-resize-detector": "^6.7.4",
"react-responsive-masonry": "^2.1.2",
"react-select": "^4.1.0",
"react-spinners": "^0.11.0",
"react-stack-grid": "^0.7.1",
"react-yandex-maps": "^4.6.0",
"react-yandex-metrika": "^2.6.0",
"reactstrap": "^8.9.0",
"sass": "^1.43.4",
"sass-migrator": "^1.5.1",
"sharp": "^0.29.3",
"standard": "^16.0.3",
"swiper": "^6.5.0"
},
"devDependencies": {
"less": "^4.1.2",
"less-loader": "5",
"webpack": "^4.46.0"
}
}