-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "ismael-portfolioweb",
"version": "1.0.0",
"description": "Second version of my personal portfolio web ",
"main": "./src/index.js",
"scripts": {
"start": "parcel src/index.html --open",
"build": "parcel build src/index.html && echo '/* /index.html 200' > dist/_redirects"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leamsigc/leamsigc-react-portfolio.git"
},
"keywords": [
"reactjs",
"react",
"parcel-react",
"parceljs-reactjs"
],
"author": "Ismael garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/leamsigc/leamsigc-react-portfolio/issues"
},
"homepage": "https://github.com/leamsigc/leamsigc-react-portfolio#readme",
"dependencies": {
"http2": "^3.3.7",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/preset-react": "^7.0.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.5"
}
}