-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
90 lines (90 loc) · 2.39 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "gpea-mw-petition-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"format": "prettier --write .",
"deploy": "npm run build && NODE_ENV=production node mc-deploy.js",
"prepare": "husky install",
"win-deploy": "npm run build && set NODE_ENV=production&& node mc-deploy.js"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@hackler/react-sdk": "^11.24.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"axios": "^0.21.1",
"cloudinary-video-player": "^2.0.2",
"crypto-js": "^4.1.1",
"cssnano": "^5.1.13",
"daisyui": "^2.33.0",
"dotenv": "^10.0.0",
"embla-carousel-react": "^6.2.0",
"eslint-config-prettier": "^8.3.0",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"fs": "^0.0.1-security",
"ftps": "^1.1.1",
"jest": "^27.4.5",
"mailcheck": "^1.1.1",
"next": "11.1.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-redux-wrapper": "^7.0.2",
"nprogress": "^0.2.0",
"os": "^0.1.2",
"path": "^0.12.7",
"prettier-plugin-tailwindcss": "^0.1.13",
"puppeteer": "^20.2.1",
"qs": "^6.11.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-marquee": "^1.3.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.51.5",
"react-hydration-on-demand": "^2.1.0",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.32.1",
"react-redux": "^7.2.6",
"react-responsive-carousel": "^3.2.23",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"responsive-loader": "^2.3.0",
"sass": "^1.38.1",
"swiper": "^8.0.7",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.0",
"eslint-plugin-react": "^7.26.1",
"husky": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"lint-staged": "^11.2.3",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.2.0",
"url-loader": "^4.1.1"
}
}