-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.5 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
{
"name": "my-app",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next",
"publish:aws": "node scripts/upload-static-to-aws.js",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@material-table/core": "^0.2.29",
"@mui/x-date-pickers": "^5.0.0-alpha.0",
"@mui/base": "^5.0.0-alpha.76",
"@mui/material": "^5.6.1",
"@mui/styles": "^5.6.1",
"@prisma/client": "^3.11.0",
"@sentry/nextjs": "^6.18.2",
"@stripe/stripe-js": "^1.11.0",
"@svgr/webpack": "^5.5.0",
"autosuggest-highlight": "^3.1.1",
"aws-sdk": "^2.819.0",
"date-fns": "^2.11.1",
"formidable": "^2.0.1",
"fraction.js": "^4.0.12",
"lodash": "^4.17.21",
"luxon": "^2.3.1",
"mkdirp": "^1.0.4",
"next": "^12.1.1",
"next-auth": "^3.27.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-images-uploading": "^3.1.2",
"react-masonry-component": "^6.2.1",
"remark": "^12.0.0",
"remark-html": "^12.0.0",
"sass": "^1.30.0",
"scroll-into-view-if-needed": "^2.2.26",
"sharp": "^0.30.3",
"sharp-thumbnailer": "^1.0.3",
"stripe": "^8.129.0",
"use-debounce": "^5.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.0",
"@types/autosuggest-highlight": "^3.1.1",
"@types/aws-lambda": "^8.10.71",
"@types/formidable": "^1.0.32",
"@types/lodash": "^4.14.165",
"@types/luxon": "^1.25.0",
"@types/mkdirp": "^1.0.1",
"@types/node": "^16.11.26",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.1.5",
"@types/react": "^16.9.32",
"@types/react-dom": "17.0.0",
"@types/sass": "^1.16.0",
"@types/sharp": "^0.26.1",
"@types/stylelint": "^9.10.1",
"aws-lambda": "^1.0.6",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"eslint": "^8.11.0",
"eslint-config-next": "12.1.0",
"globby": "^11.0.2",
"next-superjson": "^0.0.2",
"prettier": "^2.2.1",
"prisma": "^3.11.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"superjson": "^1.8.1",
"typescript": "^4.6.2"
}
}