-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 860 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"homepage": "https://brandon-irving.github.io/Haunted-Portfolio",
"dependencies": {
"@types/bootstrap": "^4.3.1",
"@types/lodash-es": "^4.17.3",
"@types/react-bootstrap": "^0.32.20",
"@types/styled-components": "^4.4.0",
"bootstrap": "^4.4.1",
"lodash-es": "^4.17.15",
"react": "^16.11.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.11.0",
"react-scripts": "0.9.x",
"styled-components": "^5.0.0-rc.2"
},
"devDependencies": {
"@types/gh-pages": "^2.0.1",
"gh-pages": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
}
}