-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.45 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
{
"name": "badrcm",
"version": "1.0.0",
"license": "https://cdn.splunkbase.splunk.com/static/misc/eula.html",
"splunkbaseid": 6277,
"scripts": {
"build": "node bin/build.js build",
"eslint": "eslint src --ext \".js,.jsx\"",
"eslint:ci": "yarn run eslint -f junit -o test-reports/lint-results.xml",
"eslint:fix": "eslint src --ext \".js, .jsx\" --fix",
"link:app": "node bin/build.js link",
"lint": "yarn run eslint && yarn run stylelint",
"lint:ci": "yarn run eslint:ci && yarn run stylelint",
"start": "webpack --watch",
"stylelint": "stylelint \"src/**/*.{js,jsx}\" --config stylelint.config.js",
"package": "./make.sh dist/badrcm.spl"
},
"dependencies": {
"@splunk/react-toast-notifications": "^0.11.0",
"@splunk/react-ui": "^4.14.0",
"@tanstack/query-sync-storage-persister": "^4.13.4",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@tanstack/react-query-persist-client": "^4.13.5",
"immutable": "^4.1.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@splunk/babel-preset": "^3.0.0",
"@splunk/eslint-config": "^4.0.0",
"@splunk/react-page": "^6.0.2",
"@splunk/react-ui": "^4.14.0",
"@splunk/splunk-utils": "^2.2.3",
"@splunk/stylelint-config": "^4.0.0",
"@splunk/themes": "^0.13.0",
"@splunk/webpack-configs": "^5.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.4",
"copy-webpack-plugin": "^6.4.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"shelljs": "^0.8.5",
"styled-components": "5.1.1",
"stylelint": "^13.0.0",
"terser-webpack-plugin": "4",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.3"
},
"engines": {
"node": ">=6"
}
}