-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 787 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"scripts": {
"build:script": "pnpm -r --filter=./packages/* run build",
"git:script": "git diff-index --quiet HEAD || (git commit -m \"build. dist/\" -a --no-verify)",
"build": "npm run build:script && npm run git:script",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"rollup": "^4.53.3",
"rollup-plugin-html-string": "^1.0.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-monkey": "^1.0.9",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^3.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^6.6.1",
"baseline-browser-mapping": "^2.9.6",
"eslint": "^9.39.1",
"open": "^11.0.0"
}
}