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

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

adding photos

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