-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "@wintercms/wn-backend-module",
"version": "1.0.0",
"description": "The Backend module for Winter CMS.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wintercms/winter.git"
},
"author": {
"name": "Ben Thomson",
"email": "[email protected]",
"url": "https://wintercms.com"
},
"contributors": [
{
"name": "Winter CMS Maintainers",
"url": "https://wintercms.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wintercms/winter/issues"
},
"homepage": "https://wintercms.com/",
"dependencies": {
"@simonwep/pickr": "^1.8.2",
"jquery-events-to-dom-events": "^1.1.0",
"vue": "^3.2.45"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.5.0",
"laravel-mix": "^6.0.34",
"laravel-mix-polyfill": "^3.0.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"vue-loader": "^16.8.3"
}
}