Starting the project
parents
Showing
.gitignore
0 → 100644
.npmrc
0 → 100644
.storybook/addons.js
0 → 100644
.storybook/config.js
0 → 100644
.storybook/preview-head.html
0 → 100644
.storybook/webpack.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "react-md-extensions", | |||
| "version": "0.0.1", | |||
| "description": "", | |||
| "main": "./index.js", | |||
| "publishConfig": { | |||
| "registry": "http://nexus.conexops.com.br/repository/npm-internal/" | |||
| }, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "compile": "npm run clean && tsc -p .", | |||
| "storybook": "start-storybook -p 6006", | |||
| "build-storybook": "build-storybook", | |||
| "clean": "rimraf ./dist", | |||
| "lint": "tslint 'src/**/*.ts'", | |||
| "release": "npm run lint && npm run compile && npm run copy-package && npm publish ./dist", | |||
| "copy-package": "cpy ./package.json ./dist" | |||
| }, | |||
| "author": "Bernardo Sunderhus", | |||
| "license": "ISC", | |||
| "peerDependencies": { | |||
| "react": "^16.2.0", | |||
| "react-md": "^1.2.11" | |||
| }, | |||
| "devDependencies": { | |||
| "@storybook/addon-actions": "^3.3.13", | |||
| "@storybook/addon-links": "^3.3.13", | |||
| "@storybook/addons": "^3.3.13", | |||
| "@storybook/react": "^3.3.13", | |||
| "@types/classnames": "^2.2.3", | |||
| "@types/react": "^16.0.38", | |||
| "@types/react-dom": "^16.0.4", | |||
| "@types/storybook__addon-actions": "^3.0.2", | |||
| "@types/storybook__addon-links": "^3.0.3", | |||
| "@types/storybook__react": "^3.0.7", | |||
| "awesome-typescript-loader": "^3.4.1", | |||
| "babel-core": "^6.26.0", | |||
| "classnames": "^2.2.5", | |||
| "cpy-cli": "^1.0.1", | |||
| "react": "^16.2.0", | |||
| "react-dom": "^16.2.0", | |||
| "react-md": "^1.2.11", | |||
| "rimraf": "^2.6.2", | |||
| "tslint": "^5.8.0", | |||
| "tslint-config-standard": "^7.0.0", | |||
| "tslint-react": "^3.2.0", | |||
| "typescript": "^2.7.2" | |||
| } | |||
| } |
src/constants/index.ts
0 → 100644
src/constants/keyCodes.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment