-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
44
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest"
},
"dependencies": {
"next": "latest",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.2.1",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@types/jest": "^26.0.23",
"@types/node": "^12.20.13",
"@types/react": "^16.14.6",
"@types/react-dom": "^16.9.13",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-plugin-macros": "^2.8.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"tailwindcss": "^2.1.2",
"ts-jest": "^26.5.6",
"twin.macro": "^2.4.1",
"typescript": "3.9.9"
},
"license": "ISC"
}