source: imaps-frontend/node_modules/csstype/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "name": "csstype",
3 "version": "3.1.3",
4 "main": "",
5 "types": "index.d.ts",
6 "description": "Strict TypeScript and Flow types for style based on MDN data",
7 "repository": "https://github.com/frenic/csstype",
8 "author": "Fredrik Nicol <fredrik.nicol@gmail.com>",
9 "license": "MIT",
10 "devDependencies": {
11 "@types/chokidar": "^2.1.3",
12 "@types/css-tree": "^2.3.1",
13 "@types/jest": "^29.5.0",
14 "@types/jsdom": "^21.1.1",
15 "@types/node": "^16.18.23",
16 "@types/prettier": "^2.7.2",
17 "@types/request": "^2.48.8",
18 "@types/turndown": "^5.0.1",
19 "@typescript-eslint/eslint-plugin": "^5.57.0",
20 "@typescript-eslint/parser": "^5.57.0",
21 "chalk": "^4.1.2",
22 "chokidar": "^3.5.3",
23 "eslint": "^8.37.0",
24 "css-tree": "^2.3.1",
25 "eslint-config-prettier": "^8.8.0",
26 "eslint-plugin-prettier": "^4.2.1",
27 "fast-glob": "^3.2.12",
28 "flow-bin": "^0.203.1",
29 "jest": "^29.5.0",
30 "jsdom": "^21.1.1",
31 "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#1bf44517bd08de735e9ec20dbfe8e86c96341054",
32 "mdn-data": "git+https://github.com/mdn/data.git#7f0c865a3c4b5d891285c93308ee5c25cb5cfee8",
33 "prettier": "^2.8.7",
34 "request": "^2.88.2",
35 "ts-jest": "^29.0.5",
36 "ts-node": "^10.9.1",
37 "turndown": "^7.1.2",
38 "typescript": "~5.0.3"
39 },
40 "scripts": {
41 "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
42 "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
43 "update": "ts-node --files update.ts",
44 "build": "ts-node --files build.ts --start",
45 "watch": "ts-node --files build.ts --watch",
46 "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
47 "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
48 "lazy": "tsc && npm run lint",
49 "test": "jest --runInBand",
50 "test:src": "jest src.*.ts",
51 "test:dist": "jest dist.*.ts --runInBand"
52 },
53 "files": [
54 "index.d.ts",
55 "index.js.flow"
56 ],
57 "keywords": [
58 "css",
59 "style",
60 "typescript",
61 "flow",
62 "typings",
63 "types",
64 "definitions"
65 ]
66}
Note: See TracBrowser for help on using the repository browser.