-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 978 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 978 Bytes
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
{
"name": "cv-builder",
"description": "CV pdf builder with React.js and styled-component",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build"
},
"browserslist": [
"> 1%",
"last 3 version"
],
"author": "https://github.com/vedees",
"repository": {
"type": "git",
"url": "git+https://github.com/vedees/react-cv-builder-tocode.git"
},
"bugs": {
"url": "https://github.com/vedees/react-cv-builder-tocode/issues"
},
"keywords": [
"react",
"styled-component",
"scss",
"cv-builder",
"pdf-builder"
],
"devDependencies": {
"node-sass": "^7.0.1",
"react-scripts": "5.0.0",
"styled-components": "^5.3.3"
},
"dependencies": {
"classnames": "^2.3.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-to-print": "^2.14.4",
"uimini": "^2.0.7"
}
}