-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 998 Bytes
/
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
{
"name": "fontdue-example-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "run-p next-dev codegen",
"next-dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "DOTENV_CONFIG_PATH=.env.local graphql-codegen -r dotenv/config --watch"
},
"dependencies": {
"fontdue-js": "^2.8.1",
"html-react-parser": "^4.0.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.5"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@types/node": "20.2.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"dotenv": "^16.3.1",
"eslint": "8.41.0",
"eslint-config-next": "^14.1.0",
"graphql": "^16.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"sass": "^1.62.1",
"typescript": "^5.1.3"
}
}