forked from Gitlink/forgeplus-react
98 lines
2.6 KiB
JSON
98 lines
2.6 KiB
JSON
|
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"reactcss@1.2.3",
|
||
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_from": "reactcss@1.2.3",
|
||
|
|
"_id": "reactcss@1.2.3",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==",
|
||
|
|
"_location": "/reactcss",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "version",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "reactcss@1.2.3",
|
||
|
|
"name": "reactcss",
|
||
|
|
"escapedName": "reactcss",
|
||
|
|
"rawSpec": "1.2.3",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "1.2.3"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/react-color"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/reactcss/-/reactcss-1.2.3.tgz",
|
||
|
|
"_spec": "1.2.3",
|
||
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
||
|
|
"author": {
|
||
|
|
"name": "case",
|
||
|
|
"email": "case@casesandberg.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/casesandberg/reactcss/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"lodash": "^4.0.1"
|
||
|
|
},
|
||
|
|
"description": "Bringing Classes to Inline Styles",
|
||
|
|
"devDependencies": {
|
||
|
|
"@case/eslint-config": "^0.1.4",
|
||
|
|
"babel": "^6.0.15",
|
||
|
|
"babel-cli": "^6.23.0",
|
||
|
|
"babel-core": "^6.1.2",
|
||
|
|
"babel-eslint": "^6.1.2",
|
||
|
|
"babel-loader": "^6.0.1",
|
||
|
|
"babel-plugin-lodash": "^3.2.11",
|
||
|
|
"babel-preset-es2015": "^6.1.18",
|
||
|
|
"babel-preset-react": "^6.1.18",
|
||
|
|
"babel-preset-stage-0": "^6.1.18",
|
||
|
|
"babel-register": "^6.9.0",
|
||
|
|
"css-loader": "^0.14.5",
|
||
|
|
"highlight.js": "^8.6.0",
|
||
|
|
"html-loader": "^0.3.0",
|
||
|
|
"install": "^0.4.0",
|
||
|
|
"jest": "^19.0.2",
|
||
|
|
"jsx-loader": "^0.13.2",
|
||
|
|
"markdown-loader": "^0.1.2",
|
||
|
|
"normalize.css": "^3.0.3",
|
||
|
|
"react": "^15.1.0",
|
||
|
|
"react-context": "0.0.3",
|
||
|
|
"react-dom": "^15.1.0",
|
||
|
|
"react-hot-loader": "^1.2.5",
|
||
|
|
"react-test-renderer": "^15.4.2",
|
||
|
|
"remarkable": "^1.6.0",
|
||
|
|
"require-dir": "^0.3.0",
|
||
|
|
"style-loader": "^0.12.3",
|
||
|
|
"webpack": "^1.8.11",
|
||
|
|
"webpack-dev-server": "^1.8.2"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/casesandberg/reactcss#readme",
|
||
|
|
"keywords": [
|
||
|
|
"react",
|
||
|
|
"reactcss"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"name": "reactcss",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/casesandberg/reactcss.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"clean": "rm -rf lib && mkdir lib",
|
||
|
|
"dev": "npm run docs",
|
||
|
|
"docs": "webpack-dev-server --config webpack.dev.js --port 2570",
|
||
|
|
"docs-dist": "webpack --config webpack.prod.js",
|
||
|
|
"eslint": "eslint src/**/*.js",
|
||
|
|
"lib": "npm run clean && babel src -d lib",
|
||
|
|
"prepublish": "npm run lib",
|
||
|
|
"tdd": "jest --watchAll",
|
||
|
|
"test": "npm run unit-test -s && npm run eslint -s",
|
||
|
|
"unit-test": "jest"
|
||
|
|
},
|
||
|
|
"version": "1.2.3"
|
||
|
|
}
|