You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
473 B
21 lines
473 B
{
|
|
"name": "@princess-ui/theme-chalk",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"scripts": {
|
|
"build": "set TS_NODE_PROJECT=tsconfig.json& gulp -f gulpfile.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"consola": "^2.15.3",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"sass": "^1.52.1"
|
|
}
|
|
}
|
|
|