@copart/ops-tool-kit 1.12.0-alpha.1 → 1.12.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/bin/cli.js +19 -19
- package/changelog.md +40 -40
- package/dist/ops-tool-kit.js +646 -328
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +113 -112
package/package.json
CHANGED
|
@@ -1,112 +1,113 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@copart/ops-tool-kit",
|
|
3
|
-
"version": "1.12.0-alpha.
|
|
4
|
-
"main": "dist/ops-tool-kit.js",
|
|
5
|
-
"style": "dist/ops-tool-kit.css",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist",
|
|
8
|
-
"bin"
|
|
9
|
-
],
|
|
10
|
-
"bin": {
|
|
11
|
-
"generate-build-meta": "./bin/cli.js"
|
|
12
|
-
},
|
|
13
|
-
"license": "MIT",
|
|
14
|
-
"scripts": {
|
|
15
|
-
"start": "yarn build --watch",
|
|
16
|
-
"test": "babel-node node_modules/.bin/jest",
|
|
17
|
-
"build": "rollup --config ./rollup.config.js",
|
|
18
|
-
"prepublishOnly": "npm run build"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@babel/cli": "7.1.2",
|
|
22
|
-
"@babel/core": "7.1.2",
|
|
23
|
-
"@babel/node": "7.0.0",
|
|
24
|
-
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
25
|
-
"@babel/plugin-proposal-decorators": "7.1.2",
|
|
26
|
-
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
|
|
27
|
-
"@babel/plugin-proposal-logical-assignment-operators": "7.0.0",
|
|
28
|
-
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
29
|
-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
30
|
-
"@babel/plugin-proposal-pipeline-operator": "7.0.0",
|
|
31
|
-
"@babel/plugin-transform-runtime": "7.1.0",
|
|
32
|
-
"@babel/preset-env": "7.1.0",
|
|
33
|
-
"@babel/preset-flow": "7.0.0",
|
|
34
|
-
"@babel/preset-react": "7.0.0",
|
|
35
|
-
"@babel/runtime": "7.0.0",
|
|
36
|
-
"@rollup/plugin-babel": "^5.0.3",
|
|
37
|
-
"@rollup/plugin-commonjs": "^13.0.0",
|
|
38
|
-
"@rollup/plugin-image": "2.0.5",
|
|
39
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
40
|
-
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
41
|
-
"autoprefixer": "9.4.2",
|
|
42
|
-
"babel-jest": "23.6.0",
|
|
43
|
-
"babel-loader": "8.0.4",
|
|
44
|
-
"babel-plugin-dev-expression": "0.2.1",
|
|
45
|
-
"babel-plugin-jsx-control-statements": "4.0.0",
|
|
46
|
-
"babel-plugin-module-resolver": "3.1.1",
|
|
47
|
-
"babel-plugin-react-css-modules": "5.0.0",
|
|
48
|
-
"expect": "^23.6.0",
|
|
49
|
-
"identity-obj-proxy": "3.0.0",
|
|
50
|
-
"jest": "23.6.0",
|
|
51
|
-
"jest-extended": "0.11.0",
|
|
52
|
-
"jsome": "^2.5.0",
|
|
53
|
-
"postcss-modules": "^3.2.0",
|
|
54
|
-
"rollup": "^2.22.1",
|
|
55
|
-
"rollup-plugin-analyzer": "^3.3.0",
|
|
56
|
-
"rollup-plugin-filesize": "9.0.2",
|
|
57
|
-
"rollup-plugin-postcss": "^3.1.3"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"react-
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"<rootDir
|
|
103
|
-
"<rootDir
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@copart/ops-tool-kit",
|
|
3
|
+
"version": "1.12.0-alpha.11",
|
|
4
|
+
"main": "dist/ops-tool-kit.js",
|
|
5
|
+
"style": "dist/ops-tool-kit.css",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"bin"
|
|
9
|
+
],
|
|
10
|
+
"bin": {
|
|
11
|
+
"generate-build-meta": "./bin/cli.js"
|
|
12
|
+
},
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"start": "yarn build --watch",
|
|
16
|
+
"test": "babel-node node_modules/.bin/jest",
|
|
17
|
+
"build": "rollup --config ./rollup.config.js",
|
|
18
|
+
"prepublishOnly": "npm run build"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@babel/cli": "7.1.2",
|
|
22
|
+
"@babel/core": "7.1.2",
|
|
23
|
+
"@babel/node": "7.0.0",
|
|
24
|
+
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
25
|
+
"@babel/plugin-proposal-decorators": "7.1.2",
|
|
26
|
+
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
|
|
27
|
+
"@babel/plugin-proposal-logical-assignment-operators": "7.0.0",
|
|
28
|
+
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
29
|
+
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
30
|
+
"@babel/plugin-proposal-pipeline-operator": "7.0.0",
|
|
31
|
+
"@babel/plugin-transform-runtime": "7.1.0",
|
|
32
|
+
"@babel/preset-env": "7.1.0",
|
|
33
|
+
"@babel/preset-flow": "7.0.0",
|
|
34
|
+
"@babel/preset-react": "7.0.0",
|
|
35
|
+
"@babel/runtime": "7.0.0",
|
|
36
|
+
"@rollup/plugin-babel": "^5.0.3",
|
|
37
|
+
"@rollup/plugin-commonjs": "^13.0.0",
|
|
38
|
+
"@rollup/plugin-image": "2.0.5",
|
|
39
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
40
|
+
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
41
|
+
"autoprefixer": "9.4.2",
|
|
42
|
+
"babel-jest": "23.6.0",
|
|
43
|
+
"babel-loader": "8.0.4",
|
|
44
|
+
"babel-plugin-dev-expression": "0.2.1",
|
|
45
|
+
"babel-plugin-jsx-control-statements": "4.0.0",
|
|
46
|
+
"babel-plugin-module-resolver": "3.1.1",
|
|
47
|
+
"babel-plugin-react-css-modules": "5.0.0",
|
|
48
|
+
"expect": "^23.6.0",
|
|
49
|
+
"identity-obj-proxy": "3.0.0",
|
|
50
|
+
"jest": "23.6.0",
|
|
51
|
+
"jest-extended": "0.11.0",
|
|
52
|
+
"jsome": "^2.5.0",
|
|
53
|
+
"postcss-modules": "^3.2.0",
|
|
54
|
+
"rollup": "^2.22.1",
|
|
55
|
+
"rollup-plugin-analyzer": "^3.3.0",
|
|
56
|
+
"rollup-plugin-filesize": "9.0.2",
|
|
57
|
+
"rollup-plugin-postcss": "^3.1.3",
|
|
58
|
+
"@rollup/plugin-replace": "5.0.5"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"@copart/core-components": "2.3.0-alpha.filters.6",
|
|
62
|
+
"react": "*"
|
|
63
|
+
},
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"@reacting/purist": "0.1.0",
|
|
66
|
+
"axios": "0.18.0",
|
|
67
|
+
"create-react-context": "0.2.2",
|
|
68
|
+
"crypto-js": "^4.0.0",
|
|
69
|
+
"firebase": "10.8.1",
|
|
70
|
+
"flat": "4.1.0",
|
|
71
|
+
"invariant": "2.2.4",
|
|
72
|
+
"kind-of": "^6.0.2",
|
|
73
|
+
"minimist": "^1.2.5",
|
|
74
|
+
"nanoid": "1.1.0",
|
|
75
|
+
"office-ui-fabric-react": "7.105.5",
|
|
76
|
+
"querystringify": "^2.0.0",
|
|
77
|
+
"ramda": "0.26.1",
|
|
78
|
+
"react-modal": "3.11.2",
|
|
79
|
+
"react-portal": "^4.2.0",
|
|
80
|
+
"set-value": "^3.0.0",
|
|
81
|
+
"storage-changed": "^2.0.0",
|
|
82
|
+
"velocity-react": "1.4.3",
|
|
83
|
+
"warning": "^4.0.1",
|
|
84
|
+
"@wordpress/block-library": "5.0.1",
|
|
85
|
+
"websocket": "^1.0.34",
|
|
86
|
+
"react-tooltip": "^5.20.0"
|
|
87
|
+
},
|
|
88
|
+
"jest": {
|
|
89
|
+
"setupTestFrameworkScriptFile": "./jest/setup.js",
|
|
90
|
+
"automock": false,
|
|
91
|
+
"browser": true,
|
|
92
|
+
"verbose": true,
|
|
93
|
+
"silent": false,
|
|
94
|
+
"testMatch": [
|
|
95
|
+
"**/_tests/*.t.js"
|
|
96
|
+
],
|
|
97
|
+
"setupFiles": [
|
|
98
|
+
"jest-localstorage-mock",
|
|
99
|
+
"./jest/setup.js"
|
|
100
|
+
],
|
|
101
|
+
"testPathIgnorePatterns": [
|
|
102
|
+
"<rootDir>/node_modules/",
|
|
103
|
+
"<rootDir>/.remmy/",
|
|
104
|
+
"<rootDir>/old-src/"
|
|
105
|
+
],
|
|
106
|
+
"moduleNameMapper": {
|
|
107
|
+
"\\.(css|svg)": "identity-obj-proxy"
|
|
108
|
+
},
|
|
109
|
+
"transform": {
|
|
110
|
+
".+\\.js$": "babel-jest"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|