|
2 | 2 | "name": "@afc-org/react-tailwind", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "description": "Dynamic components for Tailwindcss and ReactJS", |
5 | | - "main": "./src/index.js", |
| 5 | + "main": "./dist/index.js", |
6 | 6 | "scripts": { |
7 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 7 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | + "build": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && babel src --out-dir dist" |
8 | 9 | }, |
9 | 10 | "repository": { |
10 | 11 | "type": "git", |
|
46 | 47 | "prop-types": "15.7.2", |
47 | 48 | "react": "16.13.1", |
48 | 49 | "tailwindcss": "1.3.3" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@babel/cli": "7.10.1", |
| 53 | + "@babel/core": "7.10.2", |
| 54 | + "@babel/plugin-proposal-class-properties": "7.10.1", |
| 55 | + "@babel/plugin-proposal-decorators": "7.10.1", |
| 56 | + "@babel/plugin-proposal-do-expressions": "7.10.1", |
| 57 | + "@babel/plugin-proposal-export-default-from": "7.10.1", |
| 58 | + "@babel/plugin-proposal-export-namespace-from": "7.10.1", |
| 59 | + "@babel/plugin-proposal-function-bind": "7.10.1", |
| 60 | + "@babel/plugin-proposal-function-sent": "7.10.1", |
| 61 | + "@babel/plugin-proposal-json-strings": "7.10.1", |
| 62 | + "@babel/plugin-proposal-logical-assignment-operators": "7.10.1", |
| 63 | + "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1", |
| 64 | + "@babel/plugin-proposal-numeric-separator": "7.10.1", |
| 65 | + "@babel/plugin-proposal-optional-chaining": "7.10.1", |
| 66 | + "@babel/plugin-proposal-pipeline-operator": "7.10.1", |
| 67 | + "@babel/plugin-proposal-throw-expressions": "7.10.1", |
| 68 | + "@babel/plugin-syntax-class-properties": "7.10.1", |
| 69 | + "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 70 | + "@babel/plugin-syntax-import-meta": "7.10.1", |
| 71 | + "@babel/preset-env": "7.10.2", |
| 72 | + "@babel/preset-react": "7.10.1" |
49 | 73 | } |
50 | 74 | } |
0 commit comments