-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.23 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "callisto-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "1.3.1",
"@material-ui/icons": "1.1.0",
"apollo-boost": "0.1.10",
"apollo-cache-inmemory": "1.2.5",
"apollo-link-error": "1.1.0",
"apollo-link-http": "^1.5.4",
"autoprefixer": "8.6.4",
"babel-core": "6.26.3",
"babel-eslint": "8.2.5",
"babel-jest": "23.2.0",
"babel-loader": "7.1.4",
"babel-preset-react-app": "^3.1.2",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"classnames": "latest",
"css-loader": "0.28.11",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"eslint": "5.0.1",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.49.3",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.0",
"eslint-plugin-react": "7.10.0",
"file-loader": "1.1.11",
"fs-extra": "6.0.1",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"history": "latest",
"html-webpack-plugin": "3.2.0",
"jest": "23.3.0",
"lodash": "^4.17.10",
"object-assign": "4.1.1",
"perfect-scrollbar": "^1.4.0",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.5",
"promise": "8.0.1",
"prop-types": "latest",
"query-string": "^6.1.0",
"raf": "3.4.0",
"react": "^16.4.1",
"react-apollo": "^2.1.9",
"react-app-rewire-hot-loader": "^1.0.1",
"react-app-rewired": "^1.5.2",
"react-beautiful-dnd": "8.0.1",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.4.1",
"react-hot-loader": "^4.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.4",
"resolve": "1.8.1",
"style-loader": "0.21.0",
"sw-precache-webpack-plugin": "0.11.5",
"url-loader": "1.0.1",
"webpack": "4.15.0",
"webpack-dev-server": "3.1.4",
"webpack-manifest-plugin": "2.0.3",
"whatwg-fetch": "2.0.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"extract-text-webpack-plugin": "^4.0.0-beta.0"
}
}