mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-01-12 22:51:20 +08:00
75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "react-slot-fill",
|
|
"version": "2.0.0",
|
|
"private": false,
|
|
"homepage": "https://camwest.github.io/react-slot-fill",
|
|
"module": "lib/rsf.es.js",
|
|
"main": "lib/rsf.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"mitt": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/enzyme": "^3.0.0",
|
|
"@types/enzyme-adapter-react-16": "^1.0.0",
|
|
"@types/jest": "^21.1.5",
|
|
"@types/mousetrap": "^1.5.34",
|
|
"@types/node": "^8.0.47",
|
|
"@types/prop-types": "^15.5.2",
|
|
"@types/react": "^16.0.0",
|
|
"@types/react-dom": "^16.0.2",
|
|
"@types/react-split-pane": "^0.1.10",
|
|
"@types/react-test-renderer": "^16.0.0",
|
|
"babel-cli": "^6.23.0",
|
|
"babel-eslint": "^7.2.1",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-plugin-transform-react-jsx": "^6.23.0",
|
|
"babel-preset-env": "^1.2.1",
|
|
"babel-preset-es2015": "^6.22.0",
|
|
"babel-preset-react": "^6.23.0",
|
|
"codacy-coverage": "^2.0.1",
|
|
"enzyme": "^3.0.0",
|
|
"enzyme-adapter-react-16": "^1.0.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
|
"eslint-plugin-react": "^6.10.3",
|
|
"gh-pages": "^0.12.0",
|
|
"mousetrap": "^1.6.0",
|
|
"prop-types": "^15.5.8",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-icons": "^2.2.3",
|
|
"react-scripts-ts": "^2.8.0",
|
|
"react-split-pane": "^0.1.58",
|
|
"react-test-renderer": "^16.0.0",
|
|
"rollup": "^0.50.0",
|
|
"rollup-plugin-babel": "^2.7.1",
|
|
"rollup-plugin-typescript2": "^0.5.0",
|
|
"shelljs": "^0.7.7",
|
|
"tachyons": "^4.6.2",
|
|
"ts-jest": "^21.1.4",
|
|
"tslint": "^5.8.0",
|
|
"tslint-react": "^3.2.0",
|
|
"typescript": "^2.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.5.8",
|
|
"react": "^16.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts-ts start",
|
|
"build": "react-scripts-ts build",
|
|
"test": "react-scripts-ts test --env=jsdom",
|
|
"eject": "react-scripts-ts eject",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build",
|
|
"prepublish": "node script/prepublish.js",
|
|
"lint": "eslint .",
|
|
"test-+-coverage":
|
|
"react-scripts-ts test --env=jsdom --coverage --collectCoverageFrom=src/lib/**/*.{ts,tsx}",
|
|
"send-coverage": "cat coverage/lcov.info | codacy-coverage"
|
|
}
|
|
}
|