-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "cs-clemens-romanus",
"version": "4.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"format": "prettier --write .",
"lint": "next lint"
},
"dependencies": {
"eslint-plugin-jsx-a11y": "^6.8.0",
"googleapis": "^131.0.0",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.0",
"react-modal": "^3.14.3",
"react-query": "^3.39.3",
"react-toastify": "^10.0.4",
"sharp": "^0.33.2",
"styled-components": "^6.1.8",
"typeface-crimson-text": "^1.1.13",
"typeface-open-sans": "^1.1.13",
"typeface-open-sans-condensed": "^1.1.13"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.41.3",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-modal": "^3.16.3",
"@types/styled-components": "^5.1.34",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"prettier": "^3.2.5",
"typescript": "5.3.3"
}
}