-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 942 Bytes
/
package.json
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
26
27
28
29
{
"name": "charrue-layout",
"version": "0.0.1",
"private": true,
"main": "index.js",
"scripts": {
"build:v2": "pnpm --filter=@charrue/layout run build && pnpm run build:style",
"build:v3": "pnpm --filter=@charrue/layout-next run build && pnpm run build:style",
"start:v3": "pnpm --filter=example-next run dev",
"build:style": "gulp --gulpfile ./scripts/build-style.js && node ./scripts/copy-style.js"
},
"license": "MIT",
"devDependencies": {
"@charrue/eslint-config-base": "^0.3.0",
"@charrue/eslint-config-typescript": "^0.3.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cssmin": "^0.2.0",
"gulp-dart-sass": "^1.0.2",
"prettier": "^2.7.1",
"tsup": "^6.4.0",
"typescript": "^4.8.4"
}
}