-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 855 Bytes
/
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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"babelMacros": {
"twin": {
"preset": "stitches",
"stitchesConfig": "stitches.config.ts"
}
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next-safe/middleware": "^0.6.0",
"@stitches/react": "^1.2.7",
"ky": "^0.29.0",
"ky-universal": "^0.10.0",
"next": "^12.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"styled-components": "^5.3.3",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "~0.4",
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"@types/styled-components": "^5.1.24",
"babel-plugin-macros": "^3.1.0",
"tailwindcss": "^2",
"twin.macro": "^2.8.2",
"typescript": "^4.5.5"
}
}