UNPKG

1.92 kBJSONView Raw
1{
2 "name": "react-base16-styling",
3 "version": "0.8.1",
4 "description": "React styling with base16 color scheme support",
5 "keywords": [
6 "react",
7 "theme",
8 "base16",
9 "styling"
10 ],
11 "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-base16-styling",
12 "bugs": {
13 "url": "https://github.com/reduxjs/redux-devtools/issues"
14 },
15 "license": "MIT",
16 "author": "Alexander <alexkuz@gmail.com> (http://kuzya.org/)",
17 "files": [
18 "lib",
19 "src"
20 ],
21 "main": "lib/index.js",
22 "types": "lib/index.d.ts",
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/reduxjs/redux-devtools.git"
26 },
27 "scripts": {
28 "build": "yarn run build:types && yarn run build:js",
29 "build:types": "tsc --emitDeclarationOnly",
30 "build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
31 "clean": "rimraf lib",
32 "test": "jest",
33 "lint": "eslint . --ext .ts",
34 "type-check": "tsc --noEmit",
35 "prepack": "yarn run clean && yarn run build",
36 "prepublish": "yarn run type-check && yarn run lint && yarn run test"
37 },
38 "dependencies": {
39 "@types/base16": "^1.0.2",
40 "@types/lodash": "^4.14.176",
41 "base16": "^1.0.0",
42 "color": "^3.2.1",
43 "csstype": "^3.0.9",
44 "lodash.curry": "^4.1.1"
45 },
46 "devDependencies": {
47 "@babel/cli": "^7.16.0",
48 "@babel/core": "^7.16.0",
49 "@babel/preset-env": "^7.16.0",
50 "@babel/preset-typescript": "^7.16.0",
51 "@types/color": "^3.0.2",
52 "@types/jest": "^27.0.2",
53 "@types/lodash.curry": "^4.1.6",
54 "@typescript-eslint/eslint-plugin": "^5.2.0",
55 "@typescript-eslint/parser": "^5.2.0",
56 "eslint": "^7.32.0",
57 "eslint-config-prettier": "^8.3.0",
58 "eslint-plugin-jest": "^25.2.2",
59 "jest": "^27.3.1",
60 "rimraf": "^3.0.2",
61 "ts-jest": "^27.0.7",
62 "typescript": "~4.4.4"
63 },
64 "gitHead": "faff0db47b6d7ed0d1fd708d9264a6069f65e4ff"
65}