forked from freee/a11y-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "a11y-training",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"format": "prettier src --write"
},
"dependencies": {
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^11.1.2",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"next": "^12.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.4",
"@types/node": "18.11.18",
"@types/react": "17.0.27",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"eslint": "7.32.0",
"eslint-config-freee-typescript": "0.3.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1",
"prettier-config-freee": "^1.1.0",
"typescript": "^5.0.4"
},
"prettier": "prettier-config-freee"
}