-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "descartae-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-client": "^1.1.1",
"dotenv-safe": "^4.0.4",
"false": "0.0.4",
"google-maps-react": "^1.1.2",
"graphql-tools": "^0.10.1",
"jsonwebtoken": "^8.1.1",
"material-ui": "^1.0.0-beta.31",
"material-ui-icons": "^1.0.0-beta.17",
"react": "^16.0.0",
"react-apollo": "^1.4.16",
"react-dom": "^16.0.0",
"react-google-map": "^3.1.1",
"react-router-dom": "^4.2.2",
"serve": "^6.5.8"
},
"scripts": {
"start": "npm run build:digest && node -r dotenv-safe/config $(npm bin)/serve --single build",
"build:digest": "npm run clean && react-scripts build",
"build:watch": "npm run clean && react-scripts start",
"clean": "rm -rf build",
"test": "standard && react-scripts test --env=jsdom",
"prettify": "standard --harmony --fix"
},
"devDependencies": {
"apollo-test-utils": "^0.1.2",
"babel-eslint": "^8.2.1",
"eslint": "^4.17.0",
"react-scripts": "1.0.14",
"standard": "^11.0.0-beta.0"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"localStorage"
]
}
}