Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "postcss-modules-local-by-default",
|
---|
| 3 | "version": "4.0.0",
|
---|
| 4 | "description": "A CSS Modules transform to make local scope the default",
|
---|
| 5 | "main": "src/index.js",
|
---|
| 6 | "author": "Mark Dalgleish",
|
---|
| 7 | "license": "MIT",
|
---|
| 8 | "files": [
|
---|
| 9 | "src"
|
---|
| 10 | ],
|
---|
| 11 | "repository": {
|
---|
| 12 | "type": "git",
|
---|
| 13 | "url": "https://github.com/css-modules/postcss-modules-local-by-default.git"
|
---|
| 14 | },
|
---|
| 15 | "engines": {
|
---|
| 16 | "node": "^10 || ^12 || >= 14"
|
---|
| 17 | },
|
---|
| 18 | "keywords": [
|
---|
| 19 | "css-modules",
|
---|
| 20 | "postcss",
|
---|
| 21 | "css",
|
---|
| 22 | "postcss-plugin"
|
---|
| 23 | ],
|
---|
| 24 | "scripts": {
|
---|
| 25 | "prettier": "prettier -l --ignore-path .gitignore .",
|
---|
| 26 | "eslint": "eslint --ignore-path .gitignore .",
|
---|
| 27 | "lint": "yarn eslint && yarn prettier",
|
---|
| 28 | "test:only": "jest",
|
---|
| 29 | "test:watch": "jest --watch",
|
---|
| 30 | "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
|
---|
| 31 | "pretest": "yarn lint",
|
---|
| 32 | "test": "yarn test:coverage",
|
---|
| 33 | "prepublishOnly": "yarn test"
|
---|
| 34 | },
|
---|
| 35 | "dependencies": {
|
---|
| 36 | "icss-utils": "^5.0.0",
|
---|
| 37 | "postcss-selector-parser": "^6.0.2",
|
---|
| 38 | "postcss-value-parser": "^4.1.0"
|
---|
| 39 | },
|
---|
| 40 | "devDependencies": {
|
---|
| 41 | "coveralls": "^3.1.0",
|
---|
| 42 | "eslint": "^7.10.0",
|
---|
| 43 | "eslint-config-prettier": "^6.12.0",
|
---|
| 44 | "husky": "^4.3.0",
|
---|
| 45 | "jest": "^26.5.2",
|
---|
| 46 | "lint-staged": "^10.4.0",
|
---|
| 47 | "postcss": "^8.1.0",
|
---|
| 48 | "prettier": "^2.1.2"
|
---|
| 49 | },
|
---|
| 50 | "peerDependencies": {
|
---|
| 51 | "postcss": "^8.1.0"
|
---|
| 52 | }
|
---|
| 53 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.