-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 922 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
32
33
34
{
"name": "mantegnous.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"axios": "^0.18.0",
"axios-mock-adapter": "^1.16.0",
"bulma": "^0.7.3",
"gh-pages": "^2.0.1",
"gulp-sass": "^4.0.1",
"gulp-watch": "^5.0.1",
"materialize-css": "^1.0.0-rc.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-github-corner": "^2.3.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"sass": "^1.13.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}