-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 3.14 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
{
"name": "@meemoo/react-admin",
"version": "4.3.53",
"description": "React admin app for meemoo projects",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/viaacode/react-admin-core-module.git"
},
"keywords": [
"react",
"admin"
],
"author": "Andry Charlier <andry.charlier@studiohyperdrive.be>",
"contributors": [
{
"name": "Bert verhelst",
"email": "bert.verhelst@studiohyperdrive.be"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/viaacode/react-admin-core-module/issues"
},
"homepage": "https://github.com/viaacode/react-admin-core-module#readme",
"scripts": {
"build-and-copy-to-client": "cd ui && npm run build-and-copy-to-client-hetarchief",
"bump": "bump-package-versions --part=patch --strategy=highest ./package.json ./ui/package.json ./api/package.json"
},
"devDependencies": {
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typed-document-node": "2.2.8",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-operations": "2.3.5",
"@graphql-codegen/typescript-react-query": "^3.5.12",
"@graphql-codegen/typescript-resolvers": "2.6.1",
"@graphql-typed-document-node/core": "3.1.1",
"@rollup/plugin-commonjs": "21.0.1",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2",
"@types/file-saver": "2.0.5",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/lodash-es": "4.17.6",
"@types/node-fetch": "2.6.2",
"@types/react-copy-to-clipboard": "5.0.2",
"@types/react-table": "7.7.10",
"@types/sort-object-keys": "1.1.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"autoprefixer": "10.4.2",
"bump-package-versions": "^1.0.7",
"dotenv-cli": "^5.1.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"husky": "7.0.4",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"lint-staged": "11.2.6",
"node-fetch": "2.6.1",
"nx": "15.0.0",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"rollup": "2.68.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-visualizer": "5.5.4",
"sass": "1.49.9",
"sort-object-keys": "1.1.3",
"stylelint": "14.4.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard-scss": "3.0.0",
"ts-jest": "27.1.3",
"ts-node": "10.7.0",
"typescript": "4.5.5"
}
}