forked from chavokim/backspace-cli-homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "terminal",
"version": "2.14.4",
"license": "MIT",
"author": {
"name": "Simon Ilincev",
"url": "https://simonilincev.com",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Destaq/cli-homepage"
},
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"next": "next",
"preexport": "next build",
"export": "next export",
"lint": "eslint ."
},
"dependencies": {
"@m4tt72/matomo-tracker-react": "^0.6.2",
"@vercel/kv": "^0.2.0",
"axios": "^1.3.5",
"cowsay-browser": "^1.1.8",
"date-fns": "^2.28.0",
"googleapis": "^105.0.0",
"ioredis": "^5.3.2",
"next": "^13.3.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.8.0",
"react-query": "^3.39.3",
"redis": "^4.6.6",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.34",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "2.0.1",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
}
}