UNPKG

@tntd/codemirror

Version:
45 lines (44 loc) 978 B
{ "name": "@tntd/codemirror", "version": "0.0.5", "description": "tntd codemirror", "main": "dist/index.js", "module": "dist/index.js", "license": "MIT", "scripts": { "start": "react-scripts start", "build-examples": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__" }, "keywords": [ "tntd", "td", "react", "react-codemirror", "codemirror" ], "author": "Rookie", "repository": { "type": "git", "url": "https://github.com/tntd/codemirror.git" }, "files": [ "dist" ], "devDependencies": { "babel-cli": "^6.26.0", "react": "^16.3.2", "react-dom": "^16.3.2", "react-scripts": "1.1.4", "react-test-renderer": "^16.3.2" }, "peerDependencies": { "react": "^16.3.2", "react-dom": "^16.3.2" }, "dependencies": { "codemirror": "^5.52.2" } }