-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
46
47
48
49
{
"name": "kanban-board-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate-graphql": "graphql get-schema && npx apollo-codegen generate 'src/**/*.js' --target flow --output 'src/types/graphql.js' --project-name kanban-board-frontend"
},
"dependencies": {
"antd": "^3.11.3",
"apollo-boost": "^0.1.22",
"apollo-cache-inmemory": "^1.3.11",
"apollo-link-context": "^1.0.12",
"apollo-link-error": "^1.1.5",
"classnames": "^2.2.6",
"flow-typed": "^2.5.1",
"formik": "^1.4.1",
"graphql": "^14.0.2",
"jwt-decode": "^2.2.0",
"loaders.css": "^0.1.2",
"ramda": "^0.26.1",
"react": "^16.7.0-alpha.2",
"react-apollo": "^2.3.3",
"react-color": "^2.17.0",
"react-dom": "^16.7.0-alpha.2",
"react-loaders": "^3.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-trello": "^2.0.7",
"styled-components": "^4.1.3",
"yup": "^0.26.6"
},
"devDependencies": {
"eslint-plugin-flowtype": "^3.2.0",
"flow-bin": "^0.89.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}