-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.85 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
{
"name": "kir-ssr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"now-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/ && npm run build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"canvas": "^2.6.1",
"github-markdown-css": "^4.0.0",
"gray-matter": "^4.0.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"next": "10.0.4",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-pwa": "^5.0.1",
"next-seo": "^4.17.0",
"nprogress": "^0.2.0",
"raw-loader": "^4.0.2",
"react": "17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "17.0.1",
"react-intersection-observer": "^8.31.0",
"react-lazyload": "^3.1.0",
"react-markdown": "^5.0.3",
"react-spring": "^8.0.27",
"react-syntax-highlighter": "^15.4.3",
"react-visibility-sensor": "^5.1.1",
"responsive-loader": "^2.3.0",
"sharp": "^0.27.0",
"simple-react-lightbox": "^3.5.1",
"styled-components": "^5.2.1",
"swr": "^0.3.11",
"terser": "^5.5.1",
"url-loader": "^4.1.1",
"use-dark-mode": "^2.3.1",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.0",
"autoprefixer": "^10.2.3",
"generate-robotstxt": "^8.0.3",
"globby": "^11.0.1",
"postcss": "^8.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1"
}
}