-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
46
47
48
49
50
51
52
53
{
"name": "3",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"// --": "",
"doc": "yarn code-dependency --source ./src --ts-config ./tsconfig.json",
"// CI向けの検証": "",
"valid:type": "yarn tsc --noEmit",
"valid:lint": "yarn eslint --fix '{src,pages}/**/*.{ts,tsx}'",
"valid:test": "yarn jest"
},
"dependencies": {
"@code-dependency/cli": "0.5.0",
"@cybozu/eslint-config": "12.0.0",
"@testing-library/react": "11.2.6",
"@testing-library/react-hooks": "5.1.1",
"@types/jest": "26.0.24",
"babel-plugin-react-remove-properties": "0.3.0",
"core-js": "3",
"eslint-plugin-jest": "23.13.2",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "11.0.0",
"next": "10.0.9",
"prettier": "2.3.0",
"react": "17.0.2",
"react-content-loader": "6.0.3",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"swr": "0.5.6",
"type-fest": "0.16.0",
"typescript": "4.3.2"
},
"devDependencies": {
"@types/node": "14.14.31",
"@types/react": "17.0.6",
"@typescript-eslint/eslint-plugin": "4.0.0",
"@typescript-eslint/parser": "3.10.1",
"eslint": "7.24.0",
"eslint-plugin-import": "2.23.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.2.0",
"stylelint": "13.12.0",
"stylelint-config-standard": "20.0.0",
"typescript-plugin-css-modules": "3.4.0"
}
}