forked from ledgerleapllc/CasperAssociationPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.67 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
{
"name": "casper-association-portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "ENVIRONMENT=./env/.env.localhost next dev",
"build-local": "ENVIRONMENT=./env/.env.localhost next build && ENVIRONMENT=./env/.env.localhost next export",
"build-dev": "ENVIRONMENT=./env/.env.dev next build && ENVIRONMENT=./env/.env.dev next export",
"build-staging": "ENVIRONMENT=./env/.env.staging next build && ENVIRONMENT=./env/.env.staging next export",
"build-prod": "ENVIRONMENT=./env/.env.production next build && ENVIRONMENT=./env/.env.production next export",
"start": "next start"
},
"engines": {
"node": ">=10.6.0"
},
"dependencies": {
"@ckeditor/ckeditor5-basic-styles": "^27.1.0",
"@ckeditor/ckeditor5-build-classic": "^27.1.0",
"@ckeditor/ckeditor5-core": "^27.1.0",
"@ckeditor/ckeditor5-image": "^27.1.0",
"@ckeditor/ckeditor5-react": "^3.0.2",
"@ckeditor/ckeditor5-ui": "^27.1.0",
"@date-io/date-fns": "1.x",
"@hookform/resolvers": "^2.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.1",
"@types/redux-logger": "3.0.8",
"animate.css": "^4.1.1",
"apexcharts": "^3.29.0",
"axios": "^0.21.1",
"chart.js": "^3.0.0",
"classnames": "^2.3.1",
"date-fns": "^2.22.1",
"date-fns-tz": "^1.2.2",
"dotenv": "^10.0.0",
"hellosign-embedded": "^2.9.0",
"js-sha256": "^0.9.0",
"next": "12.1.0",
"qs": "^6.10.1",
"rc-slider": "^9.7.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-chartjs-2": "^3.0.3",
"react-circular-progressbar": "^2.0.4",
"react-data-table-component": "^6.11.7",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"react-hook-form": "^7.6.8",
"react-infinite-scroll-component": "^6.1.0",
"react-loading": "^2.0.3",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-slick": "^0.28.1",
"react-switch": "^6.0.0",
"recharts": "2.0.8",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"sass": "^1.32.13",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"swr": "^0.5.6",
"use-mobile-detect-hook": "^1.0.4",
"yup": "^0.32.9"
},
"devDependencies": {
"@ijsto/eslint-config": "4.1.6",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.3.1",
"eslint": "^7.25.0",
"file-loader": "^6.2.0",
"postcss": "^8.3.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.4.2",
"precss": "^4.0.0",
"tailwindcss": "^2.2.4"
}
}