forked from lightvue/lightvue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.13 KB
/
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
30
31
32
33
34
{
"name": "lightvue",
"version": "0.4.8",
"title": "LightVue | The Emerging UI Component library for Vue",
"description": "The Emerging UI Component library for Vue 2.x & Vue 3.x",
"author": "Pulkit <pulkit.cloud@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/lightvue/lightvue.git"
},
"homepage": "https://lightvue.org/",
"scripts": {
"dev": "cd docs && npm run dev",
"build": "cross-env NODE_ENV=production rollup --config ./rollup.config.js && node build/build-meta.js",
"postbuild": "cp package.json dist",
"release": "release-it --no-git.requireCleanWorkingDir --npm.publishPath dist"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.5",
"fs-extra": "^9.1.0",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"release-it": "12.6.3",
"rollup": "^2.36.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.1.9",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.12"
}
}