-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.07 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
{
"name": "substrate-stackexchange",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true yarn build",
"start": "next start",
"check-types": "tsc --noemit",
"lint": "yarn run check-types && next lint",
"prepare": "husky install",
"pre-commit": "pretty-quick --staged && yarn run lint",
"codegen": "graphql-codegen -r dotenv/config --config codegen.yml",
"format": "prettier --write src"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@popperjs/core": "^2.11.5",
"@subsocial/api": "^0.7.11",
"@subsocial/definitions": "^0.7.11",
"@subsocial/utils": "^0.7.11",
"@talisman-connect/components": "^1.1.1",
"@talisman-connect/ui": "^1.1.1",
"@talisman-connect/wallets": "^1.1.3",
"clsx": "^1.1.1",
"dayjs": "^1.11.3",
"formik": "^2.2.9",
"framer-motion": "^6.3.13",
"graphql": "^16.5.0",
"next": "12.1.6",
"nextjs-progressbar": "^0.0.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.1.0",
"react-popper": "^2.3.0",
"react-query": "^3.39.1",
"react-select": "^5.3.2",
"react-toastify": "^9.0.5",
"slate": "^0.81.1",
"slate-history": "^0.66.0",
"slate-react": "^0.81.0",
"url-join": "^5.0.0",
"use-breakpoint": "^3.0.3",
"use-hooks": "^2.0.0-rc.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.8.0",
"@graphql-codegen/typescript": "^2.7.1",
"@graphql-codegen/typescript-document-nodes": "^2.3.1",
"@graphql-codegen/typescript-operations": "^2.5.1",
"@next/bundle-analyzer": "^13.1.6",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"husky": "^8.0.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}