-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.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
{
"name": "auralite-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix ."
},
"dependencies": {
"@sentry/browser": "5.20.1",
"@sentry/node": "^5.20.1",
"@sentry/webpack-plugin": "^1.12.0",
"@stripe/stripe-js": "^1.8.0",
"@tailwindcss/typography": "^0.2.0",
"@tailwindcss/ui": "^0.5.0",
"@zeit/next-source-maps": "0.0.4-canary.1",
"axios": "^0.19.2",
"chrome-aws-lambda": "^5.2.0",
"date-fns": "^2.15.0",
"fast-glob": "^3.2.4",
"fathom-client": "^3.0.0",
"gray-matter": "^4.0.2",
"js-cookie": "^2.2.1",
"next": "9.5.2",
"next-cookies": "^2.0.3",
"next-mdx-remote": "^0.6.0",
"next-pwa": "^3.1.1",
"nprogress": "^0.2.0",
"pipeline-js": "^1.0.2",
"postcss-100vh-fix": "^0.1.1",
"puppeteer-core": "^5.2.1",
"react": "^16.13.1",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.13.1",
"react-easy-swipe": "^0.0.18",
"react-intersection-observer": "^8.26.2",
"react-medium-image-zoom": "^4.3.1",
"react-portal": "^4.2.1",
"react-string-replace": "^0.4.4",
"react-transition-group": "^4.4.1",
"sass": "^1.26.10",
"swr": "^0.3.0",
"tailwindcss": "^1.6.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"file-loader": "^6.0.0",
"postcss-selector-parser": "^6.0.2",
"prettier": "^2.0.5"
},
"resolutions": {
"webpack": "^5.0.0-beta.25"
}
}