2020-08-07 00:46:08 +03:00
|
|
|
{
|
|
|
|
"name": "react-base16-styling",
|
2020-08-14 17:37:56 +03:00
|
|
|
"version": "0.7.0",
|
2020-08-07 00:46:08 +03:00
|
|
|
"description": "React styling with base16 color scheme support",
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"theme",
|
|
|
|
"base16",
|
|
|
|
"styling"
|
|
|
|
],
|
2020-08-16 16:00:54 +03:00
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-base16-styling",
|
2020-08-07 00:46:08 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
|
|
},
|
2020-08-16 16:00:54 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "Alexander <alexkuz@gmail.com> (http://kuzya.org/)",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src"
|
|
|
|
],
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/reduxjs/redux-devtools.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "npm run build:types && npm run build:js",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly",
|
|
|
|
"build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
|
|
|
|
"clean": "rimraf lib",
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint . --ext .ts",
|
|
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
"type-check:watch": "npm run type-check -- --watch",
|
2020-08-16 23:17:33 +03:00
|
|
|
"preversion": "npm run type-check && npm run lint && npm run test",
|
|
|
|
"prepublishOnly": "npm run clean && npm run build"
|
2020-08-07 00:46:08 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-16 16:00:54 +03:00
|
|
|
"@types/base16": "^1.0.2",
|
|
|
|
"@types/lodash.curry": "^4.1.6",
|
2020-08-07 00:46:08 +03:00
|
|
|
"base16": "^1.0.0",
|
2020-08-16 16:00:54 +03:00
|
|
|
"color": "^3.1.2",
|
|
|
|
"csstype": "^3.0.2",
|
|
|
|
"lodash.curry": "^4.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/color": "^3.0.1"
|
2020-08-07 00:46:08 +03:00
|
|
|
}
|
|
|
|
}
|