-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.29 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
{
"name": "tunis",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"go": "bash src/scripts/go.sh",
"test": "bash src/scripts/test.sh",
"jest": "clear && jest --verbose --detectOpenHandles --watchAll",
"cy": "cypress open",
"tree": "clear && echo '\n\nYour local branches\n\n' && git branch",
"prep": "bash src/scripts/prep.sh",
"push": "bash src/scripts/push.sh",
"move": "bash src/scripts/move.sh",
"dl": "clear && git branch -D ",
"dr": "clear && git push origin --delete ",
"kill": "clear && lsof -t -i:3000 | xargs kill -9",
"spy": "clear && next info",
"l": "clear && git branch",
"r": "clear && git branch -r",
"fill": "bash src/scripts/fill.sh"
},
"dependencies": {
"@emailjs/browser": "^3.9.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^5.15.20",
"@vercel/analytics": "^1.3.2",
"aos": "^2.3.4",
"bootstrap": "^5.2.2",
"date-fns": "^3.6.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"flag-icons": "^6.6.6",
"framer-motion": "^11.2.10",
"glob": "^10.4.1",
"gray-matter": "^4.0.3",
"next": "13.0.2",
"node-mailjet": "^6.0.5",
"react": "18.2.0",
"react-animated-cursor": "^2.5.2",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-slick": "^0.29.0",
"react-syntax-highlighter": "^15.6.1",
"react-tabs": "^5.1.0",
"react-toastify": "^9.1.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"sass": "^1.56.0",
"short-unique-id": "^4.4.4",
"slick-carousel": "^1.8.1",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"typescript": "4.9.4"
}
}