forked from panter/ra-data-prisma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 KB
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
{
"name": "root",
"private": true,
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@nexus/schema": "^0.19.2",
"@prisma/cli": "2.12.1",
"@prisma/client": "2.12.1",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.4",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"babel-jest": "^25.4.0",
"dummy-tag": "^1.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"graphql": "~15.0.0",
"graphql-tag": "^2.10.3",
"jest": "^25.4.0",
"jest-matcher-utils": "^25.4.0",
"lerna": "^3.20.2",
"lodash": "^4.17.15",
"nexus-plugin-prisma": "^0.25.0",
"path": "^0.12.7",
"pluralize": "~7.0.0",
"prettier": "^2.0.5",
"react": "~16.12.0",
"react-admin": "^3.4.3",
"react-dom": "~16.13.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.7",
"semantic-release-monorepo": "^7.0.2",
"ts-node": "^8.9.1",
"typescript": "^4.1.2"
},
"scripts": {
"clean": "lerna run clean --stream --parallel",
"build": "lerna run build --stream --parallel",
"lint:eslint": "eslint './**/*.ts'",
"test": "jest",
"prepare": "lerna bootstrap && lerna exec -- yarn install",
"semantic-release": "semantic-release"
},
"version": "0.0.0-development",
"repository": {
"type": "git",
"url": "https://github.com/panter/ra-data-prisma.git"
},
"dependencies": {}
}