-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
88 lines (88 loc) · 2.55 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
78
79
80
81
82
83
84
85
86
87
88
{
"license": "UNLICENSED",
"name": "whatsopt",
"private": true,
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@popperjs/core": "^2.11.6",
"@rails/actiontext": "^8.0.1",
"@rails/ujs": "^7.1.3-4",
"@rjsf/bootstrap-4": "^5.0.0",
"@rjsf/core": "^5.0.0",
"@rjsf/utils": "^5.0.0",
"@rjsf/validator-ajv8": "^5.0.0",
"@tanstack/react-table": "^8.5.22",
"axios": "^1.1.3",
"babel-loader": "^9.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^5.2.2",
"buffer": "^6.0.3",
"compression-webpack-plugin": "^11.1.0",
"cookie": "^1.0.2",
"core-js": "^3.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"d3-color": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"debug": "^4.1.1",
"diff2html": "^3.4.22",
"expose-loader": "^5.0.0",
"ify-loader": "^1.1.0",
"immutability-helper": "^3.0.2",
"jquery": "^3.6.1",
"mini-css-extract-plugin": "^2.5.3",
"plotly.js": "^2.8.0",
"pnp-webpack-plugin": "1",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^2.1.1",
"react-bootstrap-typeahead": "^6.3.2",
"react-dom": "^18.2.0",
"react-plotly.js": "^2.4.0",
"react-promise-tracker": "^2.1.0",
"regenerator-runtime": "^0.14.0",
"save-svg-as-png": "^1.4.17",
"shakapacker": "^8.0.1",
"swagger-ui-react": "^5.0.0",
"terser-webpack-plugin": "5",
"trix": "^2.0.5",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "5",
"webpack-merge": "^6.0.1",
"xdsmjs": "^2.0.0"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"eslint": "^9.9.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-react": "^1.1.7",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-webpack-plugin": "^4.0.0",
"webpack-dev-server": "^5.0.4"
},
"packageManager": "yarn@1.22.19"
}