-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.49 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": "charityroyale-donationpage",
"author": "Patrick Obermueller",
"version": "1.0.0",
"description": "charityroyale-donationpage",
"main": "src/index.js",
"type": "module",
"scripts": {
"dev": "next -p 4040",
"build-ics": "node ./scripts/createCalendarFile.js",
"build": "npm run build-ics && next build",
"build-netlify": "npm run build",
"start": "next start",
"lint": "npx eslint",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"next": "^14.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.4.3",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^9.0.1",
"styled-components": "^6.0.1",
"swr": "^2.1.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-react": "^7.12.7",
"@next/eslint-plugin-next": "^14.2.13",
"@types/gtag.js": "^0.0.20",
"@types/node": "^22.5.5",
"@types/react": "^18.2.8",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"babel-plugin-styled-components": "^2.1.3",
"@eslint/compat": "^1.1.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.20.3",
"front-matter": "^4.0.2",
"frontmatter-markdown-loader": "^3.6.2",
"ics": "^3.1.0",
"nprogress": "^0.2.0",
"prettier": "^3.3.3",
"typescript": "^5.1.3"
},
"license": "MIT"
}