Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
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.
59 lines
1.6 KiB
59 lines
1.6 KiB
{
|
|
"name": "cssnano",
|
|
"version": "5.0.8",
|
|
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
|
|
"prebuild": "rimraf dist",
|
|
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
|
"prepare": "yarn build"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/cssnano"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"compress",
|
|
"minify",
|
|
"optimise",
|
|
"optimisation",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-preset-default": "^5.1.4",
|
|
"is-resolvable": "^1.1.0",
|
|
"lilconfig": "^2.0.3",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"homepage": "https://github.com/cssnano/cssnano",
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"repository": "cssnano/cssnano",
|
|
"files": [
|
|
"dist",
|
|
"LICENSE-MIT",
|
|
"quickstart.js"
|
|
],
|
|
"tonicExampleFilename": "quickstart.js",
|
|
"bugs": {
|
|
"url": "https://github.com/cssnano/cssnano/issues"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.2.0",
|
|
"postcss": "^8.2.15"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
},
|
|
"gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735"
|
|
}
|
|
|