forked from TanStack/tanstack.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@octokit/graphql": "^4.5.8",
"@octokit/rest": "^18.0.15",
"@visx/hierarchy": "^1.0.0",
"@visx/responsive": "^1.3.0",
"airtable": "^0.10.1",
"axios": "^0.21.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"next": "latest",
"playwright-aws-lambda": "^0.6.0",
"playwright-chromium": "^1.7.1",
"playwright-core": "^1.7.1",
"qss": "^2.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-query": "^3.6.0",
"styled-components": "^5.2.1",
"twin.macro": "^2.0.7"
},
"devDependencies": {
"autoprefixer": "10.0.2",
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.22.0",
"postcss": "^8.2.1",
"tailwindcss": "^2.0.1"
},
"license": "MIT"
}