-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.17 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "hyodyntamaton",
"author": "watofundefined",
"license": "MIT",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/watofundefined/hyodyntamaton.git"
},
"homepage": "https://github.com/watofundefined/hyodyntamaton",
"scripts": {
"dev": "next dev",
"dev:mocked": "nodemon",
"build": "next build",
"start": "next start",
"format": "prettier --write **/*.{js,jsx,ts,tsx}",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"test": "jest",
"test:watch": "jest --watch",
"test:ts": "tsc --pretty --noEmit",
"test:fix": "jest -u",
"test:all": "npm run lint && npm run test:ts && npm run test"
},
"dependencies": {
"@types/react-redux": "^7.1.9",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"next": "9.4.4",
"preact": "^10.4.4",
"preact-render-to-string": "^5.1.10",
"qs": "^6.9.4",
"react": "github:preact-compat/react#1.0.0",
"react-dom": "github:preact-compat/react-dom#1.0.0",
"react-modal": "^3.11.2",
"react-redux": "^7.2.0",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.0.1",
"redux": "^4.0.5",
"sass": "^1.26.10"
},
"devDependencies": {
"@prefresh/next": "^0.3.2",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/preact": "^2.0.0",
"@types/jest": "^25.2.3",
"@types/node": "^13.9.5",
"@types/qs": "^6.9.4",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"@types/testing-library__react": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"babel-jest": "^25.2.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.2.3",
"jest-watch-typeahead": "^0.5.0",
"lint-staged": "^10.2.11",
"msw": "^0.19.5",
"nodemon": "^2.0.4",
"prettier": "^2.0.2",
"react-refresh": "^0.8.3",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3"
}
}