-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.8 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "tengen-web-client",
"version": "0.1.0",
"private": true,
"description": ":black_circle: Frontend of the open source Go server",
"scripts": {
"test": "react-scripts test",
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "PORT=8080 react-scripts start",
"format": "prettier --write --single-quote --print-width=120 --parser=flow --tab-width=2 \"src/**/*.{js,jsx}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tengen-io/web-client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tengen-io/web-client/issues"
},
"dependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.11.3",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/react-router-dom": "^4.3.1",
"@typescript-eslint/parser": "^1.4.2",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link-context": "^1.0.17",
"apollo-link-http": "^1.5.14",
"apollo-link-ws": "^1.0.17",
"bulma": "^0.7.4",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "7.x",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"node-sass": "^4.11.0",
"prettier": "^1.16.4",
"react": "^16.8.1",
"react-apollo": "^2.4.1",
"react-dom": "^16.8.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"subscriptions-transport-ws": "^0.9.16",
"typescript": "^3.3.3333"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}