forked from datacamp/rdocumentation-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"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-button": "^6.2.6",
"@datacamp/waffles-form-elements": "^3.2.3",
"@datacamp/waffles-icons": "^2.2.1",
"@datacamp/waffles-text": "^4.1.1",
"@datacamp/waffles-toast": "^2.1.7",
"@emotion/core": "^10.1.1",
"@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",
"date-fns": "^2.16.1",
"next": "^10.0.5",
"postcss": "^8.1.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-markdown": "^5.0.3",
"recharts": "2.0.0-beta.8",
"remark-gfm": "^1.0.0",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@datacamp/eslint-config": "^4.1.0",
"@datacamp/prettier-config": "^2.1.0",
"eslint": "^7.16.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"license": "MIT"
}