You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
1.8 KiB

{
"name": "craftcms",
"private": true,
"main": "webpack.config.js",
"scripts": {
"prebuild": "npm run fix-prettier",
"build": "webpack --node-env=production --progress",
"serve": "webpack-dev-server --node-env=development",
"check-prettier": "prettier --check .",
"fix-prettier": "prettier --write ."
},
"devDependencies": {
"@craftcms/webpack": "./packages/craftcms-webpack",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lint-staged": "^12.3.8",
"prettier": "2.6.2"
},
"dependencies": {
"@benmajor/jquery-touch-events": "^2.0.3",
"@craftcms/sass": "./packages/craftcms-sass",
"@pixelandtonic/craftui": "~0.3.8",
"accounting": "^0.4.1",
"axios": "^0.26.1",
"blueimp-file-upload": "^10.31.0",
"d3": "^4.11.0",
"d3-format": "^1.4.4",
"d3-time-format": "^2.2.3",
"element-resize-detector": "^1.2.4",
"event-stream": "3.3.5",
"fabric": "^1.7.19",
"focus-visible": "^5.2.0",
"graphiql": "^1.7.2",
"graphiql-explorer": "^0.9.0",
"graphql": "^15.8.0",
"iframe-resizer": "^4.3.2",
"inputmask": "~3.2.2 || ~3.3.5",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"jquery.payment": "^3.0.0",
"lodash": "^4.17.21",
"picturefill": "^3.0.3",
"punycode": "1.4.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"selectize": "^0.12.6",
"sortablejs": "^1.15.0",
"tailwindcss": "^0.7.2",
"timepicker": "^1.13.18",
"v-tooltip": "^2.0.3",
"velocity-animate": "^1.5.0",
"vue": "^2.6.14",
"vue-autosuggest": "^1.8.1",
"vue-awesome-swiper": "^3.1.3",
"vue-cleave": "^1.2.2",
"vue-lodash": "^1.0.3",
"vue-router": "^3.5.1",
"vuetable-2": "^1.7.5",
"vuex": "^3.6.2",
"whatwg-fetch": "^0.11.1",
"xregexp": "^3.2.0",
"yii2-pjax": "~2.0.1"
}
}