@menseb/react-css-variables
Version:
React css-variables
81 lines (80 loc) • 2.42 kB
JSON
{
"name": "@menseb/react-css-variables",
"version": "1.1.0",
"description": "React css-variables",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && webpack --config webpack.prod.js",
"coverage": "jest --coverage && coveralls < coverage/lcov.info",
"demo": "webpack --config webpack.dev.js",
"deploy": "gh-pages -d demo",
"eslint": "eslint . ",
"lint": "npm run eslint --fix",
"predeploy": "webpack --config webpack.dev.js --mode production",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"start": "webpack serve --config webpack.dev.js --hot --open",
"test": "jest",
"watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MenSeb/react-css-variables.git"
},
"keywords": [
"react",
"css",
"variables",
"css-variables"
],
"author": "Sébastien Menard",
"license": "ISC",
"bugs": {
"url": "https://github.com/MenSeb/react-css-variables/issues"
},
"homepage": "https://github.com/MenSeb/react-css-variables#readme",
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.7.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"coveralls": "^3.1.0",
"css-loader": "^5.0.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.10.1",
"gh-pages": "^3.1.0",
"jest": "^26.6.3",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^5.7.3"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}