-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.58 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": "caratulas-ucsp",
"version": "2.0.0",
"private": true,
"homepage": "http://oscaramos.github.io/caratulas-ucsp",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@material-ui/pickers": "^3.3.10",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.4",
"@types/react": "^17.0.32",
"@types/react-dom": "^17.0.10",
"date-fns": "^2.28.0",
"jspdf": "^2.4.0",
"lodash": "^4.17.21",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-github-corner": "^2.5.0",
"react-hook-form": "^6.12.2",
"react-scripts": "3.4.1",
"react-use": "^17.3.1",
"typescript": "^4.4.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@trivago/prettier-plugin-sort-imports": "^3.0.0",
"@types/lodash": "4.14.176",
"gh-pages": "^2.2.0",
"prettier": "2.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "set NODE_ENV=deployment&react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}