|
| 1 | +{ |
| 2 | + "name": "recompose-state-base", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "index.js", |
| 5 | + "repository": "https://github.com/locol23/learn-react-ts.git", |
| 6 | + "license": "MIT", |
| 7 | + "scripts": { |
| 8 | + "clean": "rimraf dist", |
| 9 | + "parcel": "parcel src/index.html", |
| 10 | + "lint": "tslint src/**/*.ts{,x}", |
| 11 | + "lint-watch": "chokidar src/**/*.ts{,x} -c 'npm run lint'", |
| 12 | + "dev": "run-s clean lint && run-p lint-watch parcel", |
| 13 | + "build": "run-s clean lint && parcel build src/index.html" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "react": "16.7.0-alpha.0", |
| 17 | + "react-dom": "16.7.0-alpha.0", |
| 18 | + "recompose": "^0.30.0", |
| 19 | + "styled-components": "^4.0.0" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@types/react": "^16.7.8", |
| 23 | + "@types/react-dom": "^16.0.11", |
| 24 | + "@types/recompose": "0.27.0", |
| 25 | + "@types/styled-components": "^4.1.2", |
| 26 | + "babel-core": "^6.26.3", |
| 27 | + "babel-plugin-transform-class-properties": "6.24.1", |
| 28 | + "babel-plugin-transform-object-rest-spread": "6.26.0", |
| 29 | + "babel-preset-env": "1.7.0", |
| 30 | + "babel-preset-react": "6.24.1", |
| 31 | + "chokidar-cli": "1.2.1", |
| 32 | + "json5": "^2.1.0", |
| 33 | + "npm-run-all": "4.1.3", |
| 34 | + "parcel-bundler": "^1.10.3", |
| 35 | + "prettier": "1.15.2", |
| 36 | + "rimraf": "2.6.2", |
| 37 | + "tslint": "5.11.0", |
| 38 | + "tslint-config-prettier": "1.16.0", |
| 39 | + "tslint-plugin-prettier": "2.0.1", |
| 40 | + "typescript": "3.1.6" |
| 41 | + } |
| 42 | +} |
0 commit comments