-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.78 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "amplify-model-react",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index",
"scripts": {
"transpile": "babel src/modules -d dist --copy-files",
"prepublishOnly": "npm run transpile",
"start": "react-scripts start",
"build": "react-scripts build",
"mock": "amplify mock",
"dev": "run-p mock start",
"eslint": "eslint . --ext .js,.jsx"
},
"peerDependencies": {
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"notistack": "^0.8.5",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-select": "^2.4.3"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@aws-amplify/storage": "^1.2.4",
"@material-ui/pickers": "^3.2.7",
"apollo-client": "^2.6.4",
"bluebird": "^3.7.1",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.15",
"nanoid": "^2.1.6",
"prop-types": "^15.6.2",
"reactn": "^2.2.4"
},
"devDependencies": {
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"apollo-cache-inmemory": "^1.6.0",
"apollo-link": "^1.2.11",
"apollo-link-context": "^1.0.19",
"apollo-link-http": "^1.5.14",
"apollo-link-schema": "^1.2.2",
"aws-amplify": "^1.2.4",
"aws-appsync": "^2.0.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.26.0",
"cypress": "^3.6.1",
"cypress-file-upload": "^3.3.4",
"date-fns": "^2.7.0",
"eslint": "6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.1.1",
"graphql-tools": "^4.0.6",
"notistack": "^0.9.2",
"npm-run-all": "^4.1.5",
"prop-types": "^15.6.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-json-pretty": "^2.2.0",
"react-player": "^1.14.1",
"react-router": "^5.1.1",
"react-router-dom": "^5.1.1",
"react-scripts": "^3.1.2",
"react-select": "^3.0.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"bit": {
"env": {},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}