-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.5 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
{
"name": "cv-maker",
"version": "0.1.0",
"private": true,
"homepage": "https://dragi-ns.github.io/cv-maker",
"dependencies": {
"@react-pdf/renderer": "^2.3.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"formik": "^2.2.9",
"i18next": "^21.8.14",
"nanoid": "^4.0.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.18.3",
"react-icons": "^4.4.0",
"react-pdf": "^6.0.0-beta.3",
"react-scripts": "^5.0.1",
"redraft": "^0.10.2",
"stream-browserify": "^3.0.0",
"util": "^0.12.4",
"yup": "^0.32.11"
},
"overrides": {
"immutable": "3.8.2"
},
"scripts": {
"start": "BROWSER=none react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"prettier"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-prettier": "^8.5.0",
"gh-pages": "^4.0.0",
"prettier": "^2.7.1",
"react-app-rewired": "^2.2.1"
}
}