-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
91 lines (91 loc) · 3.33 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
83
84
85
86
87
88
89
90
91
{
"name": "resume-builder",
"version": "4.2.0",
"description": "Resume Builder",
"main": "index.js",
"author": "Pablo Pirata",
"keywords": [
"react"
],
"license": "MIT",
"scripts": {
"inspect": "node --inspect-brk --no-lazy node_modules/gatsby/dist/bin/gatsby develop",
"clean": "gatsby clean",
"build": "cross-env NODE_ENV=production && gatsby build --prefix-paths",
"develop": "cross-env NODE_ENV=development && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"bump": "ncu -u -t minor",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-function-bind": "^7.25.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-async-to-generator": "^7.25.9",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"dompurify": "^3.1.7",
"formik": "^2.4.6",
"gatsby": "^3.15.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^3.15.0",
"gatsby-plugin-manifest": "^3.15.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-offline": "^4.15.0",
"gatsby-plugin-react-helmet": "^4.15.0",
"gatsby-plugin-react-intl": "^3.0.2",
"gatsby-plugin-sharp": "^3.15.0",
"gatsby-plugin-sitemap": "^4.11.0",
"gatsby-plugin-typography": "^3.15.0",
"gatsby-source-filesystem": "^3.15.0",
"gatsby-transformer-sharp": "^3.15.0",
"lodash": "^4.17.21",
"marked": "^13.0.3",
"material-ui-dropzone": "^3.5.0",
"material-ui-flags": "^1.2.4",
"mustache": "^4.2.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.23",
"typeface-roboto": "1.1.13",
"typography": "^0.16.24",
"typography-theme-wordpress-2016": "^0.16.19",
"uuid": "^8.3.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-plugin": "^7.25.9",
"babel-preset-gatsby": "^2.25.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-gatsby": "^1.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unused-imports": "^2.0.0",
"gatsby-plugin-eslint": "^4.0.4",
"npm-check-updates": "^17.1.6",
"prettier": "^2.8.8"
},
"repository": {
"type": "git",
"url": "https://github.com/blopa/resume-builder"
},
"bugs": {
"url": "https://github.com/blopa/resume-builder/issues"
}
}