-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"homepage": "https://riyadshauk.com/digital-assistant",
"name": "digital-assistant-visual-builder",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/eslint-parser": "^7.24.8",
"codemirror": "^5.65.16",
"flow-bin": "^0.239.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"re-resizable": "^6.9.17",
"react": "^18.3.1",
"react-codemirror2": "^8.0.0",
"react-collapsible": "^2.10.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-scripts": "5.0.1",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"sass": "^1.77.8",
"storm-react-diagrams": "^5.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "^9.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4"
}
}