-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.58 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
{
"name": "@superfiliate/shopify-app",
"private": true,
"scripts": {
"dev": "next dev -p 4100",
"build": "next build",
"start": "next start",
"format:check": "prettier --check \"**/*.{md,html,mjml,json,graphql,yml,css,scss}\"",
"format": "prettier --write \"**/*.{md,html,mjml,json,graphql,yml,css,scss,ts,tsx,js,jsx}\"",
"lint": "eslint '**/*.{ts,tsx}' --max-warnings 0 && tsc",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix"
},
"dependencies": {
"@floating-ui/react-dom": "1.0.1",
"@fontsource/oxygen": "4.5.9",
"@headlessui/react": "1.7.4",
"@sentry/nextjs": "7.20.0",
"@types/pluralize": "0.0.29",
"classnames": "2.3.1",
"common-ui": "workspace:*",
"graphql-request": "5.0.0",
"graphql-sdk": "workspace:*",
"jose": "4.11.1",
"lodash": "4.17.21",
"next": "12.3.4",
"next-transpile-modules": "9.1.0",
"next-usequerystate": "1.7.2",
"pluralize": "8.0.0",
"posthog-js": "1.35.0",
"react": "18.2.0",
"react-bootstrap-icons": "1.9.1",
"react-dom": "18.2.0",
"react-hook-form": "7.39.5",
"react-hot-toast": "2.4.0",
"react-lottie": "^1.2.3",
"react-number-format": "5.1.2",
"react-tooltip": "4.5.1",
"swr": "2.0.0-rc.0",
"utils": "workspace:*"
},
"devDependencies": {
"@types/lodash": "4.14.190",
"@types/node": "17.0.35",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-lottie": "^1.2.6",
"autoprefixer": "10.4.13",
"config": "workspace:*",
"postcss": "8.4.19",
"tailwindcss": "3.1.8",
"typescript": "4.9.3"
}
}