-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.27 KB
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
{
"name": "vuelo-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.1.1",
"apollo-client": "^2.0.3",
"apollo-link-context": "^1.0.2",
"apollo-link-http": "^1.2.0",
"classnames": "^2.2.5",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"material-ui": "^1.0.0-beta.30",
"react": "^16.2.0",
"react-apollo": "2.0.1",
"react-dom": "^16.2.0",
"react-google-login": "^3.0.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"typeface-roboto": "0.0.45"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test --env=jsdom",
"test:coverage": "npm test -- --coverage",
"eject": "react-scripts eject",
"linter": "eslint .",
"prettier": "prettier --write './src{/**,}/*.js'",
"deploy": "react-scripts build && firebase deploy --only hosting"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.12.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.5.1",
"firebase-tools": "^3.17.4",
"prettier": "1.8.2",
"react-test-renderer": "^16.2.0"
}
}