UNPKG

test-react-npm

Version:

Testing purpose for publishing react to npm

42 lines 1.14 kB
{ "name": "test-react-npm", "version": "1.0.0", "description": "Testing purpose for publishing react to npm", "main": "lib/index.js", "scripts": { "watch": "cross-env NODE_ENV=development webpack -w", "build:dev": "cross-env NODE_ENV=development webpack", "build:production": "cross-env NODE_ENV=production webpack -p" }, "repository": { "type": "git", "url": "git+https://github.com/VIKIVIKA/test-react-npm.git" }, "keywords": [ "Code Highlighter", "Syntax Highlighter", "Highlight", "highlight.js" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/VIKIVIKA/test-react-npm/issues" }, "homepage": "https://github.com/VIKIVIKA/test-react-npm#readme", "dependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "cross-env": "^5.1.3", "highlight.js": "^9.12.0", "react": "^16.2.0", "react-dom": "^16.2.0", "webpack": "^3.10.0" }, "peerDependency": { "highlight.js": "^9.11.0", "react": "^15.5.4", "react-dom": "^15.5.4" } }