-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"homepage": "http://ymcmbennie.github.io/portfolio",
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.7.1",
"@material-ui/icons": "^3.0.1",
"animate.css": "^3.7.0",
"animated-scroll-to": "^1.2.2",
"aos": "^3.0.0-beta.6",
"history": "^4.7.2",
"material-ui-icons": "^1.0.0-beta.36",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-burger-menu": "^2.5.4",
"react-dom": "^16.7.0",
"react-image-gallery": "^0.8.12",
"react-page-scroller": "^1.4.2",
"react-particles-js": "^2.4.2",
"react-preloaders": "^2.1.3",
"react-responsive": "^6.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.2",
"react-swipeable-views": "^0.13.0",
"sal.js": "^0.5.0",
"scroll-to-element": "^2.0.2",
"tachyons": "^4.11.1",
"zuck.js": "^1.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"devDependencies": {
"gh-pages": "^2.0.1",
"style-loader": "^0.23.1"
},
"keywords": [],
"author": "",
"license": "ISC"
}