-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "pamela-peixinho-resume",
"author": "Pamela Peixinho",
"version": "1.0.0",
"homepage": "https://pamepeixinho.github.io/",
"private": true,
"dependencies": {
"material-ui": "^1.0.0-beta.26",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-burger-menu": "^2.2.3",
"react-dom": "^16.2.0",
"react-intl": "^2.4.0",
"react-scripts": "1.1.0",
"react-scrollchor": "^4.2.1",
"source-map-explorer": "^1.5.0",
"styled-components": "^3.0.2"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build && react-snapshot",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pamepeixinho/resume.git"
},
"keywords": [
"software engineer",
"pamela peixinho",
"developer"
],
"devDependencies": {
"gh-pages": "^1.1.0",
"react-snapshot": "^1.3.0"
}
}