quidproquo-web-admin 0.0.166 → 0.0.168
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/package.json +61 -61
package/package.json
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "quidproquo-web-admin",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "./lib/index.js",
|
|
6
|
-
"types": "./lib/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"lib/**/*"
|
|
9
|
-
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
-
"clean": "npx rimraf lib",
|
|
13
|
-
"start": "npx webpack serve --config webpack.config.ts --mode=development --port 3001",
|
|
14
|
-
"build": "npx webpack --config webpack.config.ts",
|
|
15
|
-
"watch": "npm run start"
|
|
16
|
-
},
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/joe-coady/quidproquo.git"
|
|
20
|
-
},
|
|
21
|
-
"keywords": [],
|
|
22
|
-
"author": "",
|
|
23
|
-
"license": "MIT",
|
|
24
|
-
"bugs": {
|
|
25
|
-
"url": "https://github.com/joe-coady/quidproquo/issues"
|
|
26
|
-
},
|
|
27
|
-
"homepage": "https://github.com/joe-coady/quidproquo#readme",
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@emotion/react": "^11.10.8",
|
|
30
|
-
"@emotion/styled": "^11.10.8",
|
|
31
|
-
"@mui/icons-material": "^5.11.16",
|
|
32
|
-
"@mui/lab": "^5.0.0-alpha.128",
|
|
33
|
-
"@mui/material": "^5.12.2",
|
|
34
|
-
"@mui/x-data-grid": "^6.3.0",
|
|
35
|
-
"@mui/x-date-pickers": "^6.3.0",
|
|
36
|
-
"d3": "^7.8.4",
|
|
37
|
-
"date-fns": "^2.30.0",
|
|
38
|
-
"dayjs": "^1.11.7",
|
|
39
|
-
"javascript-time-ago": "^2.5.9",
|
|
40
|
-
"quidproquo-core": "
|
|
41
|
-
"react": "^18.2.0",
|
|
42
|
-
"react-d3-tree": "^3.6.0",
|
|
43
|
-
"react-dom": "^18.2.0",
|
|
44
|
-
"react-icons": "^4.8.0",
|
|
45
|
-
"react-time-ago": "^7.2.1"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"@babel/core": "^7.21.5",
|
|
49
|
-
"@babel/plugin-transform-react-jsx": "^7.21.5",
|
|
50
|
-
"@babel/preset-env": "^7.21.5",
|
|
51
|
-
"@babel/preset-react": "^7.18.6",
|
|
52
|
-
"@babel/preset-typescript": "^7.21.5",
|
|
53
|
-
"babel-loader": "^9.1.2",
|
|
54
|
-
"html-webpack-plugin": "^5.5.1",
|
|
55
|
-
"quidproquo-tsconfig": "
|
|
56
|
-
"typescript": "^4.9.3",
|
|
57
|
-
"webpack": "^5.75.0",
|
|
58
|
-
"webpack-cli": "^5.0.2",
|
|
59
|
-
"webpack-dev-server": "^4.13.3"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "quidproquo-web-admin",
|
|
3
|
+
"version": "0.0.168",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "./lib/index.js",
|
|
6
|
+
"types": "./lib/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"lib/**/*"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
+
"clean": "npx rimraf lib",
|
|
13
|
+
"start": "npx webpack serve --config webpack.config.ts --mode=development --port 3001",
|
|
14
|
+
"build": "npx webpack --config webpack.config.ts",
|
|
15
|
+
"watch": "npm run start"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/joe-coady/quidproquo.git"
|
|
20
|
+
},
|
|
21
|
+
"keywords": [],
|
|
22
|
+
"author": "",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/joe-coady/quidproquo/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://github.com/joe-coady/quidproquo#readme",
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@emotion/react": "^11.10.8",
|
|
30
|
+
"@emotion/styled": "^11.10.8",
|
|
31
|
+
"@mui/icons-material": "^5.11.16",
|
|
32
|
+
"@mui/lab": "^5.0.0-alpha.128",
|
|
33
|
+
"@mui/material": "^5.12.2",
|
|
34
|
+
"@mui/x-data-grid": "^6.3.0",
|
|
35
|
+
"@mui/x-date-pickers": "^6.3.0",
|
|
36
|
+
"d3": "^7.8.4",
|
|
37
|
+
"date-fns": "^2.30.0",
|
|
38
|
+
"dayjs": "^1.11.7",
|
|
39
|
+
"javascript-time-ago": "^2.5.9",
|
|
40
|
+
"quidproquo-core": "0.0.168",
|
|
41
|
+
"react": "^18.2.0",
|
|
42
|
+
"react-d3-tree": "^3.6.0",
|
|
43
|
+
"react-dom": "^18.2.0",
|
|
44
|
+
"react-icons": "^4.8.0",
|
|
45
|
+
"react-time-ago": "^7.2.1"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@babel/core": "^7.21.5",
|
|
49
|
+
"@babel/plugin-transform-react-jsx": "^7.21.5",
|
|
50
|
+
"@babel/preset-env": "^7.21.5",
|
|
51
|
+
"@babel/preset-react": "^7.18.6",
|
|
52
|
+
"@babel/preset-typescript": "^7.21.5",
|
|
53
|
+
"babel-loader": "^9.1.2",
|
|
54
|
+
"html-webpack-plugin": "^5.5.1",
|
|
55
|
+
"quidproquo-tsconfig": "0.0.168",
|
|
56
|
+
"typescript": "^4.9.3",
|
|
57
|
+
"webpack": "^5.75.0",
|
|
58
|
+
"webpack-cli": "^5.0.2",
|
|
59
|
+
"webpack-dev-server": "^4.13.3"
|
|
60
|
+
}
|
|
61
|
+
}
|