-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
60 lines (60 loc) · 1.62 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
{
"name": "hiccup",
"version": "0.5.0",
"private": false,
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^28.1.7",
"@types/node": "^16.6.1",
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"ajv": "^8.6.2",
"immer": "^9.0.6",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.3.0",
"react-hotkeys-hook": "^3.1.0",
"react-scripts": "^5.0.1",
"semver": "^7.6.0",
"typescript": "^4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome",
"cypress:screenshot": "cypress run --browser chrome --spec cypress/e2e/visual.cy.ts"
},
"eslintConfig": {},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "./",
"license": "MIT",
"devDependencies": {
"@testing-library/cypress": "^8.0.3",
"@testing-library/react-hooks": "^7.0.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^5.33.1",
"cypress": "^10.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.24.2",
"prettier": "2.3.2"
}
}