-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 3.12 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
87
88
89
90
91
92
93
94
95
96
97
{
"name": "lucis-social-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "yarn codegen-tour && yarn codegen-p2e",
"codegen-tour": "graphql-codegen --config codegen.yml",
"codegen-p2e": "graphql-codegen --config codegen_p2e.yml",
"dev": "next dev",
"build": "next build",
"start": "node server.js",
"lint": "next lint",
"export": "next export",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write .",
"lint-new": "eslint . --ext ts --ext tsx --ext js",
"test": "jest",
"test-all": "yarn lint && yarn type-check && yarn test",
"serve": "npx serve out"
},
"dependencies": {
"@apollo/client": "^3.5.9",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@g-loot/react-tournament-brackets": "^1.0.17",
"@greatsumini/react-facebook-login": "^3.0.0",
"@walletconnect/types": "^1.7.7",
"@walletconnect/web3-provider": "^1.7.7",
"antd": "^4.19.5",
"aws-sdk": "^2.1116.0",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.2",
"class-validator": "^0.13.2",
"crypto-js": "^4.1.1",
"enquire-js": "^0.2.1",
"ethers": "^5.6.2",
"fbemitter": "^3.0.0",
"firebase": "^9.8.3",
"framer-motion": "6.0.0-beta.5",
"framer-motion-3d": "6.0.0-beta.5",
"gojs": "^2.2.7",
"gojs-react": "^1.1.1",
"graphql": "^16.3.0",
"graphql-ws": "^5.6.3",
"lodash": "^4.17.21",
"mobx": "^6.4.1",
"mobx-react": "^7.3.0",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"next": "12.2.3",
"next-plugin-antd-less": "^1.8.0",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"raf": "^3.4.1",
"rc-texty": "^0.2.0",
"react": "17.0.2",
"react-brackets": "^0.4.6",
"react-dom": "17.0.2",
"react-fast-marquee": "^1.3.1",
"react-google-login": "^5.2.2",
"react-horizontal-scrolling-menu": "^3.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-phone-input-2": "^2.15.0",
"react-quill": "^2.0.0-beta.4",
"react-share": "^4.4.0",
"react-slick": "^0.29.0",
"steamapi": "^2.2.0",
"swiper": "^8.3.1",
"tournament-generator": "^1.2.0",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-operations": "2.3.2",
"@graphql-codegen/typescript-react-apollo": "3.2.8",
"@types/fbemitter": "^2.0.32",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.24",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.4",
"babel-plugin-import": "^1.13.5",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"postcss": "^8.4.5",
"react-facebook-login": "^4.1.1",
"sass": "^1.45.1",
"string-replace-loader": "^3.1.0",
"tailwindcss": "^3.0.15",
"typescript": "4.6.3"
}
}