forked from m4tt72/terminal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.33 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
{
"name": "terminal",
"version": "2.14.1",
"license": "MIT",
"author": {
"name": "Yassine Fathi",
"url": "https://m4tt72.com",
"email": "[email protected]"
},
"funding": {
"type": "Paypal",
"url": "https://paypal.me/y4ss1n3"
},
"repository": {
"type": "git",
"url": "https://github.com/m4tt72/terminal"
},
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"next": "next",
"preexport": "next build",
"export": "next export",
"lint": "eslint .",
"prepare": "husky install"
},
"dependencies": {
"@m4tt72/matomo-tracker-react": "^0.6.2",
"axios": "^1.1.3",
"cowsay-browser": "^1.1.8",
"date-fns": "^2.28.0",
"next": "^13.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"autoprefixer": "^10.4.13",
"eslint": "8.27.0",
"eslint-config-next": "^13.0.2",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"husky": "^8.0.2",
"postcss": "^8.4.18",
"prettier": "^2.6.2",
"tailwindcss": "^3.2.2",
"typescript": "^4.8.4"
}
}