Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit d39e839

Browse files
committed
wip
1 parent f80fefd commit d39e839

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
{
22
"main": "dist/form-components.js",
33
"name": "laravel-form-components",
4-
"scripts": {
5-
"build": "npx rollup -c",
6-
"watch": "npx rollup -c -w"
7-
},
4+
"scripts": {},
85
"author": "Randall Wilk",
96
"license": "MIT",
107
"devDependencies": {
118
"@babel/core": "^7.14.6",
129
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
1310
"@babel/preset-env": "^7.14.7",
14-
"@rollup/plugin-alias": "^3.1.2",
15-
"@rollup/plugin-babel": "^5.3.0",
16-
"@rollup/plugin-commonjs": "^19.0.0",
17-
"@rollup/plugin-node-resolve": "^13.0.0",
18-
"fs-extra": "^10.0.0",
19-
"md5": "^2.3.0",
20-
"rollup": "^2.52.2",
21-
"rollup-plugin-filesize": "^9.1.1",
22-
"rollup-plugin-output-manifest": "^2.0.0",
23-
"rollup-plugin-terser": "^7.0.2"
11+
"laravel-mix": "^6.0.31"
2412
}
2513
}

0 commit comments

Comments
 (0)