-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
{
"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.8.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/gtag.js": "^0.0.4",
"autoprefixer": "^10.4.21",
"better-react-mathjax": "^2.0.1",
"date-fns": "^2.30.0",
"next": "^14.2.30",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-i18next": "^15.0.1",
"react-icons": "^4.12.0",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.6.0",
"recharts": "2.0.0-beta.8",
"remark-gfm": "^1.0.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@datacamp/eslint-config": "^4.1.0",
"@datacamp/prettier-config": "^2.1.0",
"@types/node": "22.5.5",
"@types/react": "18.0.38",
"eslint": "^7.32.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=22.22.0 <23.0.0"
},
"license": "MIT"
}