-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.19 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.19 KB
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": "ercs-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"generate:type": "graphql-codegen --require dotenv/config --config codegen.ts"
},
"dependencies": {
"@graphql-codegen/cli": "^6.2.1",
"@ifrc-go/icons": "^2.0.1",
"@ifrc-go/ui": "2.0.0-beta.2",
"@togglecorp/fujs": "^2.2.0",
"@urql/exchange-graphcache": "^9.0.0",
"graphql": "^16.13.2",
"knip": "^6.3.0",
"react": "^19.2.4",
"react-cookie": "^8.1.0",
"react-dom": "^19.2.4",
"react-router": "^7.14.0",
"urql": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@eslint/js": "^9.39.4",
"@graphql-codegen/introspection": "^5.0.1",
"@graphql-codegen/typescript-urql": "^5.0.0",
"@rolldown/plugin-babel": "^0.2.2",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"babel-plugin-react-compiler": "^1.0.0",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-flat": "^0.0.12",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-import-exports-imports-resolver": "^1.0.1",
"eslint-plugin-import-newlines": "^2.0.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-simple-import-sort": "^13.0.0",
"globals": "^17.4.0",
"postcss": "^8.5.9",
"postcss-nested": "^7.0.2",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^11.2.0",
"stylelint": "^17.6.0",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-recommended": "^18.0.0",
"stylelint-no-unused-selectors": "^1.0.40",
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.4",
"vite-tsconfig-paths": "^6.1.1"
}
}