digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
98 lines (97 loc) • 3.05 kB
JSON
{
"name": "digitalmarketplace-frontend",
"description": "Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects",
"version": "3.12.0",
"main": "dist/digitalmarketplace/all.bundle.js",
"types": "dist/digitalmarketplace/@types/all.d.ts",
"module": "dist/digitalmarketplace/all.mjs",
"sass": "dist/digitalmarketplace/all.scss",
"files": [
"dist",
"package.json",
"README.md"
],
"exports": {
".": {
"sass": "./dist/digitalmarketplace/all.scss",
"import": "./dist/digitalmarketplace/all.mjs",
"types": "./dist/digitalmarketplace/@types/all.d.ts",
"require": "./dist/digitalmarketplace/all.bundle.js",
"default": "./dist/digitalmarketplace/all.bundle.js"
},
"./*": "./*",
"./dist/": "./dist/",
"./package.json": "./package.json"
},
"sideEffects": false,
"engines": {
"node": ">= 4.2.0"
},
"author": {
"name": "Crown Commercial Service"
},
"repository": {
"type": "git",
"url": "https://github.com/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend.git"
},
"bugs": {
"url": "https://github.com/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend"
},
"homepage": "https://github.com/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend#readme",
"keywords": [
"crown commercial service",
"ccs",
"dmp",
"digitalmarketplace",
"digital marketplace",
"frontend",
"design system",
"template"
],
"license": "MIT",
"scripts": {
"dev": "gulp dev --color",
"prebuild:package": "npm run clean:package",
"prebuild:release": "npm run clean:release",
"build": "npm run build:package",
"build:package": "gulp build:package --color",
"build:release": "gulp build:release --color",
"build:types": "tsc",
"clean": "npm run clean:package",
"clean:package": "del-cli dist",
"clean:release": "del-cli ../../dist --force",
"clean:tmp": "del-cli dist/tmp",
"version": "echo $npm_package_version"
},
"devDependencies": {
"@babel/preset-env": "^7.28.3",
"@digitalmarketplace-frontend/config": "*",
"@digitalmarketplace-frontend/lib": "*",
"@digitalmarketplace-frontend/tasks": "*",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@types/govuk-frontend": "^5.9.0",
"@types/jquery": "^3.5.32",
"@types/js-cookie": "^3.0.6",
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.0",
"cssnano-preset-default": "^7.0.1",
"del-cli": "^6.0.0",
"gulp": "^5.0.1",
"gulp-replace": "^1.1.4",
"postcss": "^8.5.6",
"postcss-scss": "^4.0.9",
"puppeteer": "^23.11.1",
"typescript": "^5.9.2"
},
"peerDependencies": {
"accessible-autocomplete": "^3.0.x",
"govuk-frontend": "^5.11.1",
"jquery": "^3.x",
"js-cookie": "^3.0.x"
}
}