-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "the-story-engine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.13.10",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.1",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/jit": "^0.1.3",
"autoprefixer": "^10.2.5",
"fathom-client": "^3.0.0",
"focus-visible": "^5.2.0",
"framer-motion": "^3.10.6",
"id128": "^1.6.3",
"jsonwebtoken": "^8.5.1",
"next": "10.0.6",
"next-i18next": "^8.1.2",
"postcss": "^8.2.8",
"postcss-focus-visible": "^5.0.0",
"postmark": "^2.7.3",
"react": "17.0.1",
"react-aria": "^3.4.0",
"react-autosize-textarea": "^7.1.0",
"react-dom": "17.0.1",
"react-query": "^3.12.3",
"stripe": "^8.138.0",
"tailwind-scrollbar": "^1.2.4",
"tailwindcss": "^2.0.4"
},
"devDependencies": {
"husky": "^4.3.8",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}