-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
117 lines (117 loc) · 2.74 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "evolutility-ui-react",
"version": "0.7.0",
"description": "Evolutility Low-Code Toolkit",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/evolutility-ui-react.git"
},
"homepage": ".",
"copyright": "(c) 2024 Olivier Giulieri",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "AGPL-3.0",
"engines": {
"node": "v20.9.0",
"npm": "10.1.0"
},
"dependencies": {
"@nivo/bar": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/pie": "^0.83.0",
"classnames": "^2.3.2",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"query-string": "~8.1.0",
"rc-tooltip": "^6.1.2",
"react": "^18.2.0",
"react-alice-carousel": "^2.8.0",
"react-crud-icons": "^1.2.3",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.18.0",
"react-toastify": "^9.1.3",
"react-bootstrap-typeahead": "^6.3.2",
"underscore": "^1.13.6",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"global-jsdom": "^9.1.0",
"prettier": "^3.0.3",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-test-renderer": "^18.2.0",
"sass": "^1.69.5",
"typescript": "^4.9.4"
},
"scripts": {
"start": "node ascii-art.js && react-scripts start",
"build": "node ascii-art.js && react-scripts build",
"test": "react-scripts test",
"coverage": "react-scripts test --coverage .",
"lint": "eslint src; exit 0",
"eject": "react-scripts eject"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"coveragePathIgnorePatterns": [
"src/models/"
],
"coverageReporters": [
"text",
"html"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"keywords": [
"low-code",
"no-code",
"model-driven",
"metadata-driven",
"metadata",
"hasura",
"graphql",
"UI",
"frontend",
"forms",
"MDA",
"CRUD",
"javascript",
"generic-forms",
"platform",
"framework",
"evolutility",
"react"
]
}