generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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
{
"name": "@okp4/nemeton-web",
"description": "OKP4 Nemeton program landing page",
"repository": "[email protected]:okp4/nemeton-web.git",
"version": "1.20.0",
"author": {
"name": "OKP4",
"web": "https://okp4.network"
},
"license": "BSD-3-Clause",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch --no-cache",
"lint": "next lint && stylelint --fix '**/*.scss'",
"fetch-schema": "scripts/fetch-schema.sh",
"graphql:code-gen": "gql-gen --config codegen.yml"
},
"engines": {
"node": "^16.18.0",
"yarn": "~1.22.17"
},
"dependencies": {
"next": "^13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@apollo/client": "^3.8.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@mui/icons-material": "^5.15.0",
"@mui/material": "^5.14.15",
"@okp4/eslint-config": "^1.2.0",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.10",
"@types/node": "20.9.0",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/react-lottie": "^1.2.10",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"classnames": "^2.3.2",
"eslint": "8.56.0",
"eslint-config-next": "13.5.6",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.8.1",
"jest": "^29.7.0",
"moment": "^2.29.4",
"prettier": "^3.0.3",
"react-infinite-scroll-component": "^6.1.0",
"react-lottie": "^1.2.3",
"sass": "^1.69.5",
"stylelint": "^14.16.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-scss": "^5.3.1",
"typescript": "5.3.3"
}
}