-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
82 lines (82 loc) · 2.44 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
73
74
75
76
77
78
79
80
81
82
{
"name": "verohommeli",
"version": "0.1.0",
"private": true,
"homepage": "https://jaantaponen.github.io/verotunkki/",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"@mui/types": "^7.1.3",
"@mui/x-data-grid": "^5.7.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^12.8.3",
"@types/node": "^12.20.37",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.11",
"axios": "^0.26.1",
"csv": "^6.0.5",
"lodash": "4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nanoid": "^3.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-mui-dropzone": "^4.0.6",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"ts-node": "^10.7.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build && cp ./build/index.html ./build/404.html && cp ./public/google25a7a381a85234f3.html ./build/",
"test": "cross-env NODE_ENV=test jest --verbose --runInBand --silent",
"test:debug": "cross-env NODE_ENV=test jest --verbose --runInBand",
"test:watch": "npm run test:debug -- --watch --runInBand",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint --fix 'src/**/*.ts'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.16.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"babel-loader": "8.1.0",
"cross-env": "^7.0.3",
"cypress": "^9.1.1",
"eslint": "^7.32.0",
"jest": "26.6.0",
"typescript": "^4.5.4"
}
}