-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.32 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "kulapad",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.2",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/lato": "^4.5.5",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"add": "^2.0.6",
"borsh": "^0.7.0",
"buffer": "^6.0.3",
"chakra-ui-steps": "^1.6.2",
"change-case": "^4.1.2",
"clipboardy": "^3.0.0",
"copy-to-clipboard": "^3.3.1",
"fbemitter": "^3.0.0",
"framer-motion": "^6",
"graphql": "^16.5.0",
"mobx": "^6.4.2",
"mobx-react-lite": "^3.3.0",
"moment": "^2.29.1",
"near-api-js": "^0.44.2",
"numeral": "^2.0.6",
"party-js": "^2.1.2",
"react": "^17.0.2",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"subscriptions-transport-ws": "^0.11.0",
"use-count-up": "^3.0.1",
"web-vitals": "^2.1.4",
"yarn": "^1.22.17"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@types/jest": "^27.4.1",
"@types/moment": "^2.13.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.1",
"@graphql-codegen/typescript-react-apollo": "3.2.14",
"@graphql-codegen/typescript": "2.4.11",
"@graphql-codegen/typescript-operations": "2.4.0",
"@graphql-codegen/introspection": "2.1.1"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"codegen": "graphql-codegen --config codegen.yml"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}