generated from muuuuminn/next-emotion-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
45
{
"name": "next-emotion-ts",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint src --fix"
},
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"axios": "^0.27.0",
"next": "^12.0.9",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"ress": "^5.0.0",
"swr": "^1.0.0"
},
"license": "MIT",
"devDependencies": {
"@emotion/babel-plugin": "11.9.2",
"@emotion/eslint-plugin": "^11.5.0",
"@types/node": "18.0.0",
"@types/react": "17.0.43",
"@typescript-eslint/eslint-plugin": "5.30.3",
"@typescript-eslint/parser": "5.30.3",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"msw": "0.42.3",
"npm-check-updates": "15.0.3",
"prettier": "2.7.1",
"typescript": "4.7.4"
},
"msw": {
"workerDirectory": "public"
}
}