-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
83 lines (83 loc) · 2.76 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
{
"name": "@concretecms/bedrock",
"version": "1.5.3",
"description": "The asset framework and dependencies for Concrete CMS.",
"scripts": {
"lint": "standardx \"**/*.{js,vue}\" && stylelint assets/**/*.{scss,vue}",
"lint:fix": "standardx \"**/*.{js,vue}\" --fix && stylelint assets/**/*.{scss,vue} --fix",
"lint:css": "stylelint assets/**/*.{scss,vue}",
"lint:fix:css": "stylelint assets/**/*.{scss,vue} --fix",
"lint:js": "standardx \"**/*.{js,vue}\"",
"lint:fix:js": "standardx \"**/*.{js,vue}\" --fix",
"storybook": "start-storybook -p55600 -s./.storybook/public"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"ace-builds": "^1.4.12",
"ajax-bootstrap-select": "^1.4.5",
"backstretch": "^1.2.2",
"blueimp-file-upload": "^10.31.0",
"bootbox": "github:makeusabrew/bootbox#master",
"bootstrap": "5.3.3",
"bootstrap-select": "github:snapappointments/bootstrap-select",
"bootstrap-tourist": "git+https://[email protected]/concrete5/bootstrap-tourist.git",
"check-password-strength": "^2.0.7",
"ckeditor4": "4.22.1",
"ckeditor4-vue": "^1.3.2",
"dropzone": "^5.7.2",
"fullcalendar": "^3.10.2",
"i": "^0.3.6",
"interactjs": "^1.10.0",
"jquery": "^3.5.1",
"jquery-backstretch": "^2.1.18",
"jquery-form": "^4.3.0",
"jquery-text-counter": "^0.8.0",
"jquery-ui": "^1.12.1",
"jquery.cookie": "^1.4.1",
"jquery.fancytree": "^2.37.0",
"json5": "^2.1.1",
"magnific-popup": "^1.1.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"nprogress": "^0.2.0",
"pnotify": "^5.2.0",
"selectize-bootstrap4-theme": "^2.0.2",
"spectrum-colorpicker2": "^2.0.0",
"tom-select": "^2.2.2",
"tristate": "^1.2.0",
"underscore": "^1.13",
"v-calendar": "^1.0.8",
"vue": "^2.6.12",
"vue-advanced-cropper": "^1.11.6",
"vue-js-toggle-button": "^1.3.3",
"vuedraggable": "^2.24.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/concrete5/bedrock.git"
},
"author": "Andrew Embler",
"license": "MIT",
"bugs": {
"url": "https://github.com/concrete5/concrete5/issues"
},
"homepage": "https://github.com/concrete5/concrete5#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@storybook/vue": "^6.5.13",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-preset-jsx": "^1.2.4",
"babel-loader": "^8.2.1",
"babel-preset-vue": "^2.0.2",
"caniuse-lite": "^1.0",
"eslint-plugin-vue": "^6.2.2",
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.13",
"sass-loader": "^8.0.2",
"standardx": "^5.0.0",
"stylelint": "^13.7.2",
"stylelint-config-sass-guidelines": "^7.1.0",
"vue-template-compiler": "^2.6.12"
}
}