-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "js-azurecosmos-client-repository",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blazerroad/js-frontend-repository..git"
},
"author": "Blazerroad",
"license": "ISC",
"bugs": {
"url": "https://github.com/blazerroad/js-frontend-repository./issues"
},
"homepage": "https://github.com/blazerroad/js-frontend-repository/src/azureCosmos.#readme",
"dependencies": {
"js-frontend-repository": "latest",
"react-native-azure-cosmos": "latest",
"react-native-azure-cosmos-gremlin": "latest"
},
"devDependencies": {
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"prettier": "^2.2.1",
"typescript": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5"
}
}