-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1014 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
38
{
"name": "tailwind-next-lecture",
"version": "1.0.0",
"author": "Marc Pomar <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@primer/octicons-react": "^14.2.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.12.0",
"lodash": "^4.17.21",
"next": "^11.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.3.0",
"tailwindcss": "^2.1.4",
"twin.macro": "^2.5.0",
"typescript": "^4.3.3",
"uuid": "^8.3.2"
},
"scripts": {
"start": "next start -p $PORT",
"dev": "next dev",
"build": "next build"
},
"devDependencies": {
"@coreschool/eslint-config": "^1.0.4",
"@types/react": "^17.0.11",
"eslint": "^7.28.0",
"eslint-config-next": "^11.1.2",
"eslint-plugin-react": "^7.25.1",
"postcss": "^8.3.5"
}
}