source: trip-planner-front/node_modules/css-minimizer-webpack-plugin/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 4.1 KB
Line 
1{
2 "_args": [
3 [
4 "css-minimizer-webpack-plugin@3.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "css-minimizer-webpack-plugin@3.0.2",
10 "_id": "css-minimizer-webpack-plugin@3.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-B3I5e17RwvKPJwsxjjWcdgpU/zqylzK1bPVghcmpFHRL48DXiBgrtqz1BJsn68+t/zzaLp9kYAaEDvQ7GyanFQ==",
13 "_location": "/css-minimizer-webpack-plugin",
14 "_phantomChildren": {
15 "@types/json-schema": "7.0.9",
16 "fast-deep-equal": "3.1.3",
17 "fast-json-stable-stringify": "2.1.0",
18 "uri-js": "4.4.1"
19 },
20 "_requested": {
21 "type": "version",
22 "registry": true,
23 "raw": "css-minimizer-webpack-plugin@3.0.2",
24 "name": "css-minimizer-webpack-plugin",
25 "escapedName": "css-minimizer-webpack-plugin",
26 "rawSpec": "3.0.2",
27 "saveSpec": null,
28 "fetchSpec": "3.0.2"
29 },
30 "_requiredBy": [
31 "/@angular-devkit/build-angular"
32 ],
33 "_resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.0.2.tgz",
34 "_spec": "3.0.2",
35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
36 "author": {
37 "name": "Loann Neveu"
38 },
39 "bugs": {
40 "url": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues"
41 },
42 "dependencies": {
43 "cssnano": "^5.0.6",
44 "jest-worker": "^27.0.2",
45 "p-limit": "^3.0.2",
46 "postcss": "^8.3.5",
47 "schema-utils": "^3.0.0",
48 "serialize-javascript": "^6.0.0",
49 "source-map": "^0.6.1"
50 },
51 "description": "cssnano plugin for Webpack",
52 "devDependencies": {
53 "@babel/cli": "^7.14.5",
54 "@babel/core": "^7.14.6",
55 "@babel/preset-env": "^7.14.7",
56 "@commitlint/cli": "^12.1.4",
57 "@commitlint/config-conventional": "^12.1.4",
58 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
59 "babel-jest": "^27.0.5",
60 "clean-css": "^5.1.2",
61 "copy-webpack-plugin": "^9.0.0",
62 "cross-env": "^7.0.3",
63 "css-loader": "^5.2.6",
64 "cssnano-preset-simple": "^2.0.0",
65 "csso": "^4.2.0",
66 "del": "^6.0.0",
67 "del-cli": "^4.0.0",
68 "eslint": "^7.29.0",
69 "eslint-config-prettier": "^8.3.0",
70 "eslint-plugin-import": "^2.23.4",
71 "husky": "^6.0.0",
72 "jest": "^27.0.5",
73 "lint-staged": "^11.0.0",
74 "memfs": "^3.2.2",
75 "mini-css-extract-plugin": "^1.6.0",
76 "npm-run-all": "^4.1.5",
77 "prettier": "^2.3.1",
78 "sass": "^1.35.1",
79 "sass-loader": "^12.1.0",
80 "standard-version": "^9.3.0",
81 "sugarss": "^4.0.1",
82 "webpack": "^5.40.0"
83 },
84 "engines": {
85 "node": ">= 12.13.0"
86 },
87 "files": [
88 "dist"
89 ],
90 "funding": {
91 "type": "opencollective",
92 "url": "https://opencollective.com/webpack"
93 },
94 "homepage": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin",
95 "keywords": [
96 "cssnano",
97 "css",
98 "webpack",
99 "webpack-plugin",
100 "minimize",
101 "minimizer",
102 "minify",
103 "minifier",
104 "optimize",
105 "optimizer"
106 ],
107 "license": "MIT",
108 "main": "dist/cjs.js",
109 "name": "css-minimizer-webpack-plugin",
110 "peerDependencies": {
111 "webpack": "^5.0.0"
112 },
113 "peerDependenciesMeta": {
114 "clean-css": {
115 "optional": true
116 },
117 "csso": {
118 "optional": true
119 }
120 },
121 "repository": {
122 "type": "git",
123 "url": "git+https://github.com/webpack-contrib/css-minimizer-webpack-plugin.git"
124 },
125 "scripts": {
126 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
127 "clean": "del-cli dist",
128 "commitlint": "commitlint --from=master",
129 "lint": "npm-run-all -l -p \"lint:**\"",
130 "lint:js": "eslint --cache .",
131 "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
132 "prebuild": "npm run clean",
133 "prepare": "husky install && npm run build",
134 "pretest": "npm run lint",
135 "release": "standard-version",
136 "security": "npm audit",
137 "start": "npm run build -- -w",
138 "test": "npm run test:coverage",
139 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
140 "test:only": "cross-env NODE_ENV=test jest",
141 "test:watch": "npm run test:only -- --watch"
142 },
143 "version": "3.0.2"
144}
Note: See TracBrowser for help on using the repository browser.