-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 854 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
{
"name": "portfolio",
"homepage": "https://ryanbelke.github.io/portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"gh-pages": "^1.1.0",
"material-ui": "^1.0.0-beta.23",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.2.0",
"react-flexbox-grid": "^2.0.0",
"react-pure-grid": "^2.1.1",
"react-scripts": "1.0.17",
"react-text-mask": "^5.0.2",
"react-transition-group": "^2.2.1",
"react-youtube": "^7.5.0",
"styled-components": "^2.2.4",
"styled-media-query": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}