-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.8 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
{
"name": "vertvolt-component",
"description": "This project is created using Direflow",
"version": "1.0.0",
"author": "",
"license": "MIT",
"engines": {
"node": "16"
},
"keywords": [
"direflow",
"react",
"webcomponent"
],
"homepage": "https://direflow.io/",
"repository": {
"type": "git",
"url": "https://github.com/Silind-Software/direflow"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/Silind-Software/direflow/issues/new"
},
"main": "build/direflowBundle.js",
"files": [
"build"
],
"scripts": {
"start": "direflow-scripts start",
"build": "direflow-scripts build",
"build:lib": "direflow-scripts build:lib",
"test": "direflow-scripts test"
},
"dependencies": {
"axios": "^0.21.1",
"direflow-component": "3.5.5",
"direflow-scripts": "3.5.5",
"fuse.js": "^6.4.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-query": "^3.21.1",
"react-scripts": "3.4.1",
"react-tooltip": "^4.2.21",
"styled-components": "^5.3.1"
},
"devDependencies": {
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"jest-environment-jsdom-fourteen": "0.1.0",
"react-app-rewired": "2.1.3",
"react-test-renderer": "16.9.0",
"to-string-loader": "^1.1.6",
"webpack-cli": "^3.3.11"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"setupFilesAfterEnv": [
"direflow-scripts/direflow-jest.config.js"
]
},
"config-overrides-path": "direflow-webpack.js"
}