-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.64 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
{
"name": "dagpi-dashboard",
"version": "1.0.0",
"description": "An example project for NextAuth.js",
"repository": "https://github.com/Daggy1234/dagpi-dashboard",
"homepage": "http://dagpi.tk",
"main": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint:fix": "eslint app --fix && yarn format",
"lint": "next lint",
"format": "prettier --write . -,-config ./.prettierrc.json",
"pre-commit": "lint-staged",
"typec": "tsc --noEmit"
},
"lint-staged": {
"./**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"author": "Daggy1234 <[email protected]>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"-": "^0.0.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@egjs/flicking-plugins": "^4.7.1",
"@egjs/react-flicking": "^4.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@paypal/react-paypal-js": "^6.0.1",
"@sentry/nextjs": "^8",
"@stripe/stripe-js": "^3.3.0",
"@vercel/speed-insights": "^1.0.10",
"D": "^1.0.0",
"apexcharts": "^3.48.0",
"aws-sdk": "^2.1598.0",
"coinbase-commerce-node": "^1.0.4",
"copy-to-clipboard": "^3.3.1",
"dagpijs": "^2.0.1",
"date-fns": "^3.6.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.28",
"next": "^15.0.3",
"next-auth": "4.22.1",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-tsparticles": "^2.12.2",
"sass": "^1.74.1",
"stripe": "^15.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-next": "13.4.13",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sznm": "^2.0.3",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^11.0.0",
"moment": "^2.30.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
}
}