|
3 | 3 | "version": "2.0.1",
|
4 | 4 | "description": "Dynamic frontend settings for React applications",
|
5 | 5 | "source": "src/index.ts",
|
6 |
| - "main": "dist/main.js", |
| 6 | + "main": "dist", |
7 | 7 | "types": "dist/index.d.ts",
|
8 |
| - "module": "dist/module.js", |
9 | 8 | "author": "Loadsmart <[email protected]>",
|
10 | 9 | "license": "MIT",
|
11 | 10 | "files": [
|
|
18 | 17 | "devDependencies": {
|
19 | 18 | "@commitlint/cli": "^13.2.1",
|
20 | 19 | "@commitlint/config-conventional": "^13.2.0",
|
21 |
| - "@parcel/packager-ts": "^2.0.0", |
22 |
| - "@parcel/transformer-typescript-types": "^2.0.0", |
| 20 | + "@rollup/plugin-babel": "^5.3.0", |
| 21 | + "@rollup/plugin-commonjs": "^21.0.0", |
| 22 | + "@rollup/plugin-node-resolve": "^13.0.5", |
| 23 | + "@rollup/plugin-typescript": "^8.3.0", |
23 | 24 | "@semantic-release/commit-analyzer": "^9.0.1",
|
24 | 25 | "@semantic-release/git": "^10.0.0",
|
25 | 26 | "@semantic-release/github": "^8.0.1",
|
|
33 | 34 | "@types/react": "^17.0.30",
|
34 | 35 | "@typescript-eslint/eslint-plugin": "^5.0.0",
|
35 | 36 | "@typescript-eslint/parser": "^5.0.0",
|
| 37 | + "@zerollup/ts-transform-paths": "^1.7.18", |
| 38 | + "core-js": "^3.18.3", |
36 | 39 | "cz-conventional-changelog": "3.3.0",
|
37 | 40 | "eslint": "^8.0.1",
|
38 | 41 | "eslint-import-resolver-alias": "^1.1.2",
|
|
41 | 44 | "eslint-plugin-react": "^7.26.1",
|
42 | 45 | "husky": "^7.0.0",
|
43 | 46 | "jest": "^27.2.5",
|
44 |
| - "parcel": "^2.0.0", |
45 | 47 | "prettier": "^2.4.1",
|
46 | 48 | "react": "^17.0.2",
|
47 | 49 | "react-dom": "^17.0.2",
|
48 | 50 | "react-test-renderer": "^16.9.0",
|
| 51 | + "rollup": "^2.58.0", |
| 52 | + "rollup-plugin-delete": "^2.0.0", |
49 | 53 | "semantic-release": "^18.0.0",
|
50 | 54 | "ts-jest": "^27.0.6",
|
| 55 | + "ttypescript": "^1.5.12", |
51 | 56 | "typescript": "^4.4.4"
|
52 | 57 | },
|
53 | 58 | "peerDependencies": {
|
54 | 59 | "react": "16"
|
55 | 60 | },
|
56 | 61 | "scripts": {
|
57 |
| - "watch": "parcel watch", |
58 |
| - "build": "parcel build", |
| 62 | + "build": "rollup --config", |
59 | 63 | "lint": "eslint --ext 'js,jsx,ts,tsx' .",
|
60 | 64 | "lint:fix": "eslint --ext 'js,jsx,ts,tsx' . --fix",
|
61 | 65 | "commit": "cz",
|
|
0 commit comments