generated from github-education-resources/codespaces-project-template-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1017 Bytes
/
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
{
"name": "flavio13lins-resume",
"version": "7.0.1",
"description": "Project to show Flavio's Resume",
"source": "src/index.html",
"homepage": "https://flavio13lins.github.io/FlavioResume/",
"scripts": {
"start": "parcel",
"build": "parcel build",
"build-gh": "parcel build --public-url 'https://flavio13lins.github.io/FlavioResume'",
"predeploy": "npm run build-gh",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flavio13Lins/FlavioResume.git"
},
"author": "Flavio13Lins",
"license": "ISC",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.7",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"parcel": "^2.7.0",
"prettier": "^2.7.1",
"process": "^0.11.10"
}
}