-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.18 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
{
"name": "bolt",
"version": "5.1.99.27",
"homepage": "https://boltcms.io",
"author": "Bob den Otter <[email protected]> (https://boltcms.io)",
"license": "MIT",
"description": "Bolt 5 npm/javascript packages",
"keywords": [
"bolt",
"cms",
"php",
"symfony",
"vue",
"content",
"management",
"system"
],
"bugs": {
"url": "https://github.com/bolt/core/issues"
},
"main": "webpack.config.js",
"directories": {
"tests": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/bolt/core.git"
},
"overrides": {
"@achrinza/node-ipc": "^9.2.6"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vue/cli-service": "^4.5.19",
"axios": "^0.27.2",
"baguettebox.js": "^1.11.1",
"bootstrap": "5.3.*",
"browserslist": "^4.22.1",
"clipboard": "^2.0.11",
"codemirror": "^5.65.15",
"dropzone": "^5.9.3",
"flagpack-dart-sass": "^1.4.0",
"hotkeys-js": "^3.12.0",
"jquery": "^3.7.1",
"locutus": "^2.0.16",
"luxon": "^1.28.1",
"no-scroll": "^2.1.1",
"node-vibrant": "^3.1.6",
"popper.js": "^1.16.1",
"register-service-worker": "^1.7.2",
"selectize": "^0.12.6",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-scss": "^3.21.0",
"terser": "^4.8.1",
"tinycolor2": "^1.6.0",
"vue": "^2.7.15",
"vue-easymde": "^2.0.0",
"vue-flatpickr-component": "^8.1.8",
"vue-multiselect": "^2.1.8",
"vue-trumbowyg": "^3.6.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-regenerator": "^7.22.10",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.2",
"@fortawesome/fontawesome-free": "^5.15.4",
"@symfony/stimulus-bridge": "^2.1.0",
"@symfony/webpack-encore": "^1.8.2",
"@testing-library/cypress": "^7.0.7",
"@vue/test-utils": "^1.3.6",
"ajv-keywords": "^3.5.2",
"autoprefixer": "^10.4.16",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.5.1",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.33.2",
"cypress": "^7.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.2.0",
"genversion": "^2.3.1",
"html-webpack-plugin": "^5.5.3",
"jest": "^25.5.4",
"jest-serializer-vue": "^2.0.2",
"pa11y-ci": "^2.4.2",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^1.19.1",
"regenerator-runtime": "^0.13.11",
"sass": "^1.69.5",
"sass-loader": "^9.0.3",
"source-sans-pro": "^3.6.0",
"stimulus": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^19.0.0",
"vue-jest": "^3.0.7",
"vue-loader": "^15.11.1",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.15",
"webpack-notifier": "^1.15.0",
"webpackbar": "^5.0.2",
"workbox-webpack-plugin": "^6.6.0"
},
"scripts": {
"start": "encore dev-server --port=8234 --progress",
"build": "npm run genversion && encore production --progress",
"postbuild": "rm public/assets/fonts/*.ttf; rm public/assets/fonts/*.eot; rm public/assets/fonts/*.woff; rm public/assets/images/fa-*.svg",
"build:stats": "encore production --progress --json > webpack_stats.json",
"serve": "encore dev --watch",
"lint": "eslint --ext .js,.vue, assets",
"lint-fix": "eslint --ext .js,.vue, assets --fix",
"stylelint": "stylelint 'assets/scss'",
"stylelint-fix": "stylelint 'assets/scss' --fix",
"csfix": "eslint --ext .js,.vue, assets --fix; stylelint 'assets/scss' --fix",
"a11y:ci": "pa11y-ci --threshold=83 --config=tests/a11y/pa11yci.json",
"a11y:test:all": "pa11y-ci --threshold=0 --config=tests/a11y/pa11yci.json",
"a11y:test": "pa11y-ci",
"test": "jest",
"genversion": "genversion --es6 --semi assets/js/version.js",
"cypress:ci": "cypress run --config-file=tests/cypress/cypress-ci.json --record --parallel --quiet",
"cypress:dev": "cypress run --config-file=tests/cypress/cypress-dev.json"
},
"browserslist": [
"> 1%"
],
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
},
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/assets/js/app/$1"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}