-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:ci": "jest --ci"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.6",
"@sendgrid/mail": "^7.7.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.3.4",
"babel-jest": "^29.5.0",
"chart.js": "^4.2.0",
"classnames": "^2.3.2",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"eslint-plugin-testing-library": "^5.10.3",
"faker": "^5.5.3",
"formik": "^2.2.9",
"i18next": "^22.4.15",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.2",
"next": "^13.1.1",
"next-i18next": "^13.2.2",
"next-router-mock": "^0.9.3",
"nodemon": "^2.0.20",
"objection": "^3.0.1",
"pg": "^8.9.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.7.1",
"react-responsive": "^9.0.2",
"stripe": "^12.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.21.4",
"autoprefixer": "^10.4.13",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.5",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-hooks": "^0.4.3",
"eslint-plugin-react": "^7.31.11",
"postcss": "^8.4.20",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4"
}
}