-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 884 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
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
{
"name": "aethor-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@skyra/discord-components-react": "^2.10.0",
"autoprefixer": "^10.3.4",
"axios": "^0.21.4",
"cookie": "^0.4.1",
"framer-motion": "^4",
"jsonwebtoken": "^8.5.1",
"next": "11.1.2",
"node-fetch": "^3.0.0",
"postcss": "^8.3.6",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@types/cookie": "^0.4.1",
"@types/jsonwebtoken": "^8.5.5",
"@types/react": "17.0.21",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.2.15",
"typescript": "4.4.3"
}
}