-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "2",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"// -": "",
"valid:type": "yarn tsc --noEmit",
"valid:lint": "yarn eslint --fix '{src,pages}/**/*.{ts,tsx}'",
"valid:test": "yarn jest",
"doc": "yarn code-dependency --source ./src --ts-config ./tsconfig.json"
},
"dependencies": {
"@code-dependency/cli": "0.5.0",
"@cybozu/eslint-config": "10.0.4",
"@reduxjs/toolkit": "1.5.1",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "5.1.2",
"@types/jest": "26.0.20",
"babel-plugin-react-remove-properties": "0.3.0",
"core-js": "3",
"eslint-plugin-jest": "24.3.6",
"jest": "26.6.3",
"next": "10.1.3",
"prettier": "2.3.2",
"react": "16.14.0",
"react-dom": "16.13.1",
"react-test-renderer": "16.13.1",
"type-fest": "1.2.1",
"typesafe-actions": "5.1.0",
"typescript": "3.9.10"
},
"devDependencies": {
"@types/node": "15.12.4",
"@types/react": "17.0.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"eslint": "7.31.0",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0"
}
}