forked from xlcdp/tracardi-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.89 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
{
"name": "tracardi-gui",
"version": "0.7.3-dev",
"private": true,
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"autoprefixer": "^10.0.2",
"babel-eslint": "^10.0.0",
"eslint": "^7.30.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.9.0",
"postcss": "^8.1.0",
"typescript": "^4.3.5",
"webpack": "^5.0.0"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.8",
"@mui/styles": "^5.2.3",
"@reduxjs/toolkit": "^1.5.0",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"ace-builds": "^1.11.1",
"axios": "^0.21.2",
"dot-object": "^2.1.4",
"history": "^4.10.1",
"lodash": "^4.17.21",
"material-ui-confirm": "^3.0.3",
"material-ui-popup-state": "^2.0.0",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"raw.macro": "^0.4.2",
"react": "17.0.2",
"react-ace": "^10.1.0",
"react-best-gradient-color-picker": "^2.0.17",
"react-code-blocks": "^0.0.9-0",
"react-dom": "17.0.2",
"react-flow-renderer": "^9.7.3",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-inspector": "^5.1.1",
"react-picky-date-time": "^1.9.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.2",
"recharts": "^2.1.5",
"safe-marked": "^5.0.0",
"use-debounce": "^8.0.4",
"uuid": "^8.3.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"env": "chmod +x ./env.sh && ./env.sh && mv env-config.js ./public/ && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "index.js",
"repository": "https://github.com/atompie/tracardi-gui.git",
"author": "risto <[email protected]>",
"license": "MIT"
}