-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext ts,tsx,js,jsx,json --ignore-path .gitignore",
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@datacamp/waffles": "5.12.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@octokit/graphql": "^4.5.8",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.3.1",
"@types/gtag.js": "^0.0.4",
"autoprefixer": "^10.0.2",
"better-react-mathjax": "^2.0.1",
"date-fns": "^2.16.1",
"next": "^14.2.8",
"postcss": "^8.1.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-i18next": "^15.0.1",
"react-icons": "^4.1.0",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.3.2",
"recharts": "2.0.0-beta.8",
"remark-gfm": "^1.0.0",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@datacamp/eslint-config": "^4.1.0",
"@datacamp/prettier-config": "^2.1.0",
"@types/node": "22.5.4",
"@types/react": "18.0.1",
"eslint": "^7.16.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"license": "MIT"
}