-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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
{
"name": "josebonito",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.4.0",
"@material-ui/icons": "^3.0.1",
"emailjs-com": "^2.1.0",
"history": "^4.7.2",
"react": "^16.2.0",
"react-animated-css": "^1.0.4",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-typist": "^2.0.4",
"react-typist-loop": "0.0.5",
"react-vertical-timeline-component": "^2.0.5",
"sweetalert": "^2.1.0",
"typeface-roboto": "0.0.54",
"validator": "^9.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"lint": "yarn eslint ./src/",
"deploy": "react-scripts build && firebase deploy --only hosting",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.16.2",
"firebase-admin": "^5.9.0",
"firebase-functions": "^0.8.1",
"firebase-tools": "^3.17.4",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1"
}
}