-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 999 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 999 Bytes
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
{
"name": "@superalgos/modulename-client",
"version": "0.0.1",
"description": "Superalgos modulename client-side web app",
"author": "",
"license": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Superalgos/ModulenameClientModule.git"
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"autoprefixer": "^9.2.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"react-hot-loader": "^4.3.11"
},
"dependencies": {
"@material-ui/core": "^3.2.0",
"@material-ui/icons": "^3.0.1",
"apollo-client": "^2.4.4",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react": "^16.5.2",
"react-apollo": "^2.2.4",
"react-dom": "^16.6.0",
"react-router-dom": "^4.3.1"
}
}