-
Notifications
You must be signed in to change notification settings - Fork 590
/
package.json
153 lines (153 loc) · 4.63 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "apostrophe",
"version": "4.9.0",
"description": "The Apostrophe Content Management System.",
"main": "index.js",
"scripts": {
"pretest": "npm run lint",
"test": "nyc --reporter=html mocha -t 10000 --ignore=test/assets.js && nyc --reporter=html mocha -t 10000 test/assets.js && mocha -t 1000 test/esm-project/esm.js",
"eslint": "eslint --ext .js,.vue .",
"eslint-fix": "npm run eslint -- --fix",
"i18n": "node scripts/lint-i18n",
"stylelint": "stylelint modules/**/*.{scss,vue}",
"lint": "npm run eslint && npm run i18n && npm run stylelint",
"mocha": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:apostrophecms/apostrophe.git"
},
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"apostrophe",
"apostrophe-cms",
"apostrophecms",
"cms",
"node cms",
"headless cms",
"content management system"
],
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"dependencies": {
"@apostrophecms/emulate-mongo-3-driver": "^1.0.6",
"@apostrophecms/vue-material-design-icons": "^1.0.0",
"@ckpack/vue-color": "^1.4.1",
"@floating-ui/dom": "^1.5.3",
"@opentelemetry/api": "^1.0.4",
"@opentelemetry/semantic-conventions": "^1.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-floating-menu": "^2.0.3",
"@tiptap/extension-highlight": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
"@tiptap/extension-superscript": "^2.0.3",
"@tiptap/extension-table": "^2.0.3",
"@tiptap/extension-table-cell": "^2.0.3",
"@tiptap/extension-table-header": "^2.0.3",
"@tiptap/extension-table-row": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
"@vue/compiler-sfc": "^3.3.8",
"autoprefixer": "^10.4.1",
"bluebird": "^3.7.2",
"body-parser": "^1.18.2",
"boring": "^1.1.1",
"broadband": "^1.1.0",
"cheerio": "^1.0.0-rc.10",
"chokidar": "^3.5.2",
"common-tags": "^1.8.0",
"connect-mongo": "^5.1.0",
"connect-multiparty": "^2.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"css-loader": "^5.2.4",
"dayjs": "^1.9.8",
"dompurify": "^2.3.1",
"express": "^4.16.4",
"express-bearer-token": "^2.4.0",
"express-cache-on-demand": "^1.0.3",
"express-session": "^1.17.1",
"form-data": "^4.0.0",
"fs-extra": "^7.0.1",
"glob": "^10.4.5",
"he": "^1.2.0",
"html-to-text": "^9.0.5",
"i18next": "^20.3.2",
"i18next-http-middleware": "^3.1.5",
"import-fresh": "^3.3.0",
"is-wsl": "^2.2.0",
"jsdom": "^24.1.0",
"klona": "^2.0.4",
"launder": "^1.4.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.0",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.5",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.1",
"nunjucks": "^3.2.1",
"oembetter": "^1.1.3",
"parseurl": "^1.3.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path-to-regexp": "^1.8.0",
"performance-now": "^2.1.0",
"pinia": "^2.1.7",
"postcss": "^8.4.47",
"postcss-html": "^1.3.0",
"postcss-loader": "^8.1.1",
"postcss-scss": "^4.0.3",
"postcss-viewport-to-container-toggle": "^1.0.0",
"prompts": "^2.4.1",
"qs": "^6.10.1",
"regexp-quote": "0.0.0",
"resolve": "^1.19.0",
"resolve-from": "^5.0.0",
"sanitize-html": "^2.12.1",
"sass": "^1.80.3",
"sass-loader": "^16.0.0",
"server-destroy": "^1.0.1",
"sluggo": "^1.0.0",
"sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.11",
"tiny-emitter": "^2.1.0",
"tinycolor2": "^1.4.2",
"tough-cookie": "^4.0.0",
"underscore.string": "^3.3.4",
"uploadfs": "^1.22.6",
"vue": "^3.3.8",
"vue-advanced-cropper": "^2.8.8",
"vue-loader": "^17.1.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.72.0",
"webpack-merge": "^5.7.3",
"xregexp": "^2.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.57.1",
"eslint-config-apostrophe": "^4.3.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^7.9.0",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"replace-in-file": "^6.1.0",
"stylelint": "^16.5.0",
"stylelint-config-apostrophe": "^4.2.0",
"vue-eslint-parser": "^7.1.1"
},
"browserslist": [
"ie >= 10"
]
}