-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "shinoa-quotes-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@headlessui/react": "^1.4.0",
"@skyra/discord-components-core": "^2.8.1",
"@skyra/discord-components-react": "^2.8.1",
"apollo-server-micro": "^2.25.0",
"axios": "^0.21.1",
"browser-mime": "^1.0.1",
"discord.js": "^12.5.3",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"minireset.css": "^0.0.7",
"next": "10.2.3",
"next-auth": "^3.24.0",
"next-transpile-modules": "^8.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-markdown": "^7.0.1",
"react-spinners": "^0.11.0"
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@types/mime-types": "^2.1.1",
"@types/react": "17.0.8",
"apollo": "^2.33.4",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2",
"typescript": "4.3.2"
}
}