-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.59 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.59 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"scripts": {
"lint": "run-p lint:*",
"lint:eslint": "eslint 'app/javascript/**/*.{js,jsx}' --max-warnings=0",
"lint:prettier": "prettier 'app/javascript/**/*.{js,jsx}' --check"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.23.8",
"@codemirror/basic-setup": "^0.20.0",
"@notus.sh/cocooned": "^2.4.1",
"@rails/request.js": "^0.0.12",
"@types/babel__core": "^7.20.5",
"@types/webpack": "^5.28.5",
"@yaireo/tagify": "^4.17.6",
"ace-builds": "^1.35.0",
"autosize": "^4.0.2",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"buffer": "^6.0.3",
"chart.js": "^4.4.8",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-datalabels": "^2.2.0",
"choices.js": "^10.1.0",
"clsx": "^2.0.0",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.0.0",
"dayjs": "^1.10.4",
"dompurify": "^3.2.6",
"escape-html": "^1.0.3",
"escape-string-regexp": "^2.0.0",
"file-loader": "^6.2.0",
"heic2any": "^0.0.3",
"hotkeys-js": "^3.3.5",
"jp-postal": "^3.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.23",
"lodash.template": "^4.5.0",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^3.0.0",
"markdown-it-container-figure": "^1.1.2",
"markdown-it-emoji": "^1.4.0",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-purifier": "^1.0.3",
"markdown-it-regexp": "^0.4.0",
"markdown-it-task-lists": "^2.1.1",
"mem": "^4.0.0",
"prettier-config-standard": "^5.0.0",
"prismjs": "^1.30.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^18.3.1",
"react_ujs": "^2.5.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.4.1",
"select2": "^4.0.7-rc.0",
"set-value": "^4.0.1",
"shakapacker": "9.5.0",
"sortablejs": "^1.15.0",
"stimulus": "^3.2.2",
"sweetalert2": "^11.1.5",
"swr": "^1.3.0",
"terser-webpack-plugin": "^5.3.10",
"textarea-markdown": "^1.6.1",
"tributejs": "^5.1.3",
"use-sync-external-store": "^1.2.0",
"util": "^0.12.5",
"webpack": "^5.90.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.23.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/plugin-transform-regenerator": "^7.23.3",
"@webpack-cli/serve": "^2.0.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.8",
"mini-css-extract-plugin": "^2.9.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"style-loader": "^3.3.4",
"webpack-dev-server": "^5.2.2"
},
"engines": {
"node": ">=20.9.0 <23"
},
"license": "MIT"
}