-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 744 Bytes
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": "personalportfolio",
"version": "0.1.0",
"homepage": "https://Gabriel-l-c.github.io",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
"anix": "^0.3.3",
"gh-pages": "^3.1.0",
"jquery": "^3.2.1",
"materialize-css": "^1.0.0-rc.2",
"particles-bg": "^2.3.12",
"particles.js": "^2.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ga": "^2.3.5",
"react-scripts": "1.0.17"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
}
}