|
72 | 72 | "autoprefixer": "^10.4.20", |
73 | 73 | "babel-jest": "^29.7.0", |
74 | 74 | "concurrently": "^6.2.0", |
| 75 | + "cross-env": "^7.0.3", |
75 | 76 | "documentation": "^14.0.3", |
76 | 77 | "eslint": "^7.32.0", |
77 | 78 | "eslint-config-prettier": "^8.10.0", |
|
117 | 118 | }, |
118 | 119 | "scripts": { |
119 | 120 | "init": "node ./tasks/init.js", |
120 | | - "build": "NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --build", |
121 | | - "build:minified": "NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --build --minify", |
122 | | - "build:compact": "NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --build --compact", |
123 | | - "autowatch": "NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js", |
124 | | - "autowatch:compact": "NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --compact", |
| 121 | + "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --build", |
| 122 | + "build:minified": "cross-env NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --build --minify", |
| 123 | + "build:compact": "cross-env NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --build --compact", |
| 124 | + "autowatch": "cross-env NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js", |
| 125 | + "autowatch:compact": "cross-env NODE_OPTIONS=--max-old-space-size=8192 node scripts/rollup.js --compact", |
125 | 126 | "release": "node scripts/releases.js", |
126 | 127 | "lint": "eslint .", |
127 | 128 | "lint-fix": "eslint . --fix", |
|
205 | 206 | "toml": "^3.0.0", |
206 | 207 | "vinyl": "^3.0.0", |
207 | 208 | "vinyl-fs": "^4.0.0" |
| 209 | + }, |
| 210 | + "optionalDependencies": { |
| 211 | + "@rollup/rollup-darwin-arm64": "^4.34.6" |
208 | 212 | } |
209 | 213 | } |
0 commit comments