-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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": "rare.fi",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"prettier": "prettier --write ."
},
"dependencies": {
"emoji-dictionary": "^1.0.11",
"next": "^12.0.2",
"plaiceholder": "^2.2.0",
"react": "^17.0.2",
"react-calendly": "^2.2.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-hotjar": "^4.0.0",
"react-lottie-player": "^1.4.1",
"react-markdown": "^7.0.1",
"react-syntax-highlighter": "^15.4.4",
"react-typing-effect": "^2.0.5",
"rehype-raw": "^6.1.0",
"remark-gfm": "^3.0.0",
"sharp": "^0.29.3"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.1.1",
"@types/node": "^16.11.6",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.5",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-typing-effect": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"autoprefixer": "^10.2.6",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.0",
"prettier": "^2.3.0",
"sass": "^1.34.0",
"styled-jsx-plugin-postcss": "^4.0.1",
"tailwindcss": "^2.1.2",
"typescript": "^4.5.4"
},
"license": "MIT",
"engines": {
"npm": ">=8.0.0",
"node": ">=14.0.0"
}
}