UNPKG

1.52 kBJSONView Raw
1{
2 "name": "react-base16-styling",
3 "version": "0.8.0",
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": "npm run build:types && npm 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 "lint:fix": "eslint . --ext .ts --fix",
35 "type-check": "tsc --noEmit",
36 "type-check:watch": "npm run type-check -- --watch",
37 "preversion": "npm run type-check && npm run lint && npm run test",
38 "prepublishOnly": "npm run clean && npm run build"
39 },
40 "dependencies": {
41 "@types/base16": "^1.0.2",
42 "@types/lodash.curry": "^4.1.6",
43 "base16": "^1.0.0",
44 "color": "^3.1.2",
45 "csstype": "^3.0.2",
46 "lodash.curry": "^4.1.1"
47 },
48 "devDependencies": {
49 "@types/color": "^3.0.1"
50 },
51 "gitHead": "f4405ac0f016b7997e1a6d31796aa99ad632889e"
52}