This repository has been archived by the owner on May 22, 2021. It is now read-only.
forked from Aldhanekaa/mts-technonatura-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.05 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
69
70
{
"name": "mts-technonatura",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"export": "next export",
"now-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/ && npm run build"
},
"dependencies": {
"@chakra-ui/react": "^1.5.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@material-ui/core": "^5.0.0-alpha.28",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"canvas": "^2.6.1",
"formik": "^2.2.6",
"framer-motion": "^4.1.2",
"github-markdown-css": "^4.0.0",
"gray-matter": "^4.0.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"kutty": "^0.5.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-cookie": "^4.0.3",
"react-dom": "17.0.1",
"react-intersection-observer": "^8.31.0",
"react-lazyload": "^3.1.0",
"react-markdown": "^5.0.3",
"react-progressive-image": "^0.6.0",
"react-spring": "^8.0.27",
"react-syntax-highlighter": "^15.4.3",
"react-visibility-sensor": "^5.1.1",
"responsive-loader": "^2.3.0",
"rss": "^1.2.2",
"sharp": "^0.27.0",
"styled-system": "^5.1.5",
"swr": "^0.3.11",
"webp-loader": "^0.6.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.0",
"@types/rss": "0.0.28",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^10.2.5",
"generate-robotstxt": "^8.0.3",
"globby": "^11.0.1",
"next-purgecss": "^4.0.0",
"postcss": "^8.2.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.3",
"typescript": "^4.2.3",
"url-loader": "^4.1.1"
}
}