-
Notifications
You must be signed in to change notification settings - Fork 635
/
package.json
82 lines (82 loc) · 2.35 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
{
"name": "craftcms",
"private": true,
"main": "webpack.config.js",
"scripts": {
"prebuild": "npm run fix-prettier",
"build": "webpack --node-env=production --progress",
"dev": "webpack --node-env=dev --mode=development --progress",
"serve": "webpack-dev-server --node-env=development",
"check-prettier": "prettier --check .",
"fix-prettier": "prettier --write .",
"prepare": "husky install",
"lint:styles": "stylelint \"src/**/*.scss\""
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=20"
},
"browserslist": [
"extends @craftcms/browserslist-config"
],
"devDependencies": {
"@craftcms/webpack": "file:packages/craftcms-webpack",
"@playwright/test": "^1.19.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"stylelint-use-logical-spec": "^5.0.1",
"tailwindcss": "^3.0.18",
"vue-apexcharts": "^1.6.2"
},
"dependencies": {
"@benmajor/jquery-touch-events": "^2.0.3",
"@craftcms/sass": "file:packages/craftcms-sass",
"@craftcms/vue": "file:packages/craftcms-vue",
"@floating-ui/dom": "^1.6.3",
"@selectize/selectize": "selectize/selectize.js#master",
"@simplewebauthn/browser": "^7.1.0",
"@types/jquery": "^3.5.7",
"accounting": "^0.4.1",
"axios": "^1.6.8",
"blueimp-file-upload": "^10.31.0",
"d3": "^7.8.5",
"fabric": "^1.7.19",
"graphiql": "~1.7.2",
"graphiql-explorer": "^0.9.0",
"graphql": "^15.8.0",
"htmx.org": "^1.6.1",
"iframe-resizer": "^4.3.2",
"inputmask": "^5.0.9",
"jquery": "^3.6.0",
"jquery-ui": "^1.14.0",
"jquery.payment": "^3.0.0",
"picturefill": "^3.0.3",
"punycode": "^2.3.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"timepicker": "^1.13.18",
"ttf2woff2": "^5.0.0",
"typescript": "^5.3.3",
"v-tooltip": "^2.0.3",
"velocity-animate": "^1.5.0",
"vue": "^2.6.14",
"vue-autosuggest": "^2.2.0",
"vue-awesome-swiper": "^4.1.1",
"vue-cleave": "^1.2.2",
"vue-lodash": "^1.0.3",
"vue-router": "^3.5.4",
"vuex": "^3.6.2",
"xregexp": "^5.1.1",
"yii2-pjax": "~2.0.1"
},
"optionalDependencies": {
"@awesome.me/kit-ddaed3f5c5": "^1.0.41"
}
}