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

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

primeNG components

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_from": "mini-css-extract-plugin@2.4.2",
3 "_id": "mini-css-extract-plugin@2.4.2",
4 "_inBundle": false,
5 "_integrity": "sha512-ZmqShkn79D36uerdED+9qdo1ZYG8C1YsWvXu0UMJxurZnSdgz7gQKO2EGv8T55MhDqG3DYmGtizZNpM/UbTlcA==",
6 "_location": "/mini-css-extract-plugin",
7 "_phantomChildren": {
8 "@types/json-schema": "7.0.9",
9 "ajv-keywords": "3.5.2",
10 "fast-deep-equal": "3.1.3",
11 "fast-json-stable-stringify": "2.1.0",
12 "uri-js": "4.4.1"
13 },
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "mini-css-extract-plugin@2.4.2",
18 "name": "mini-css-extract-plugin",
19 "escapedName": "mini-css-extract-plugin",
20 "rawSpec": "2.4.2",
21 "saveSpec": null,
22 "fetchSpec": "2.4.2"
23 },
24 "_requiredBy": [
25 "/@angular-devkit/build-angular"
26 ],
27 "_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.2.tgz",
28 "_shasum": "b3508191ea479388a4715018c99dd3e6dd40d2d2",
29 "_spec": "mini-css-extract-plugin@2.4.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular",
31 "author": {
32 "name": "Tobias Koppers @sokra"
33 },
34 "bugs": {
35 "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
36 },
37 "bundleDependencies": false,
38 "dependencies": {
39 "schema-utils": "^3.1.0"
40 },
41 "deprecated": false,
42 "description": "extracts CSS into separate files",
43 "devDependencies": {
44 "@babel/cli": "^7.14.5",
45 "@babel/core": "^7.14.6",
46 "@babel/preset-env": "^7.14.9",
47 "@commitlint/cli": "^13.1.0",
48 "@commitlint/config-conventional": "^13.1.0",
49 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
50 "babel-eslint": "^10.1.0",
51 "babel-jest": "^27.0.6",
52 "bootstrap": "^4.6.0",
53 "cross-env": "^7.0.3",
54 "css-loader": "^6.2.0",
55 "del": "^6.0.0",
56 "del-cli": "^4.0.0",
57 "es-check": "^6.0.0",
58 "eslint": "^7.30.0",
59 "eslint-config-prettier": "^8.1.0",
60 "eslint-plugin-import": "^2.23.4",
61 "file-loader": "^6.2.0",
62 "husky": "^7.0.0",
63 "jest": "^27.0.6",
64 "jsdom": "^17.0.0",
65 "lint-staged": "^11.1.1",
66 "memfs": "^3.0.2",
67 "npm-run-all": "^4.1.5",
68 "prettier": "^2.3.2",
69 "sass": "^1.39.0",
70 "sass-loader": "^12.1.0",
71 "standard-version": "^9.3.0",
72 "webpack": "^5.57.0",
73 "webpack-cli": "^4.7.2",
74 "webpack-dev-server": "^4.0.0"
75 },
76 "engines": {
77 "node": ">= 12.13.0"
78 },
79 "files": [
80 "dist"
81 ],
82 "funding": {
83 "type": "opencollective",
84 "url": "https://opencollective.com/webpack"
85 },
86 "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
87 "keywords": [
88 "webpack",
89 "css",
90 "extract",
91 "hmr"
92 ],
93 "license": "MIT",
94 "main": "dist/cjs.js",
95 "name": "mini-css-extract-plugin",
96 "peerDependencies": {
97 "webpack": "^5.0.0"
98 },
99 "repository": {
100 "type": "git",
101 "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
102 },
103 "scripts": {
104 "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files",
105 "clean": "del-cli dist",
106 "commitlint": "commitlint --from=master",
107 "lint": "npm-run-all -l -p \"lint:**\"",
108 "lint:js": "eslint --cache .",
109 "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
110 "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
111 "prebuild": "npm run clean",
112 "prepare": "husky install && npm run build",
113 "pretest": "npm run lint",
114 "release": "standard-version",
115 "security": "npm audit --production",
116 "start": "npm run build -- -w",
117 "test": "cross-env NODE_ENV=test npm run test:coverage",
118 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
119 "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js",
120 "test:only": "cross-env NODE_ENV=test jest",
121 "test:only:experimental": "EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest",
122 "test:watch": "npm run test:only -- --watch"
123 },
124 "version": "2.4.2"
125}
Note: See TracBrowser for help on using the repository browser.