-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 959 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 959 Bytes
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
{
"name": "1",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@cybozu/eslint-config": "10.0.3",
"@testing-library/react": "10.0.4",
"@testing-library/react-hooks": "3.2.1",
"@types/jest": "25.2.1",
"babel-plugin-react-remove-properties": "0.3.0",
"jest": "26.0.1",
"next": "9.4.0",
"prettier": "2.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-test-renderer": "16.13.1",
"typescript": "3.8.3"
},
"devDependencies": {
"@types/node": "14.0.1",
"@types/react": "16.9.35",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"eslint": "7.0.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.1"
}
}