UNPKG

1.82 kBJSONView Raw
1{
2 "name": "sparrow-packer",
3 "bin": {
4 "sprpack": "src/cli.js"
5 },
6 "version": "0.4.4",
7 "description": "a compositive pack tool, support multi pages web project",
8 "main": "src/index.js",
9 "files": [
10 "src"
11 ],
12 "scripts": {
13 "test": "echo \"Error: no test specified\" && exit 1"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/cheap-pets/sparrow-packer.git"
18 },
19 "engines": {
20 "node": ">8.9.0"
21 },
22 "author": "scrollbar-ww",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/cheap-pets/sparrow-packer/issues"
26 },
27 "homepage": "https://github.com/cheap-pets/sparrow-packer#readme",
28 "devDependencies": {},
29 "dependencies": {
30 "autoprefixer": "^8.6.3",
31 "babel-core": "^6.26.3",
32 "babel-plugin-external-helpers": "^6.22.0",
33 "babel-plugin-transform-object-rest-spread": "^6.26.0",
34 "babel-preset-env": "^1.7.0",
35 "chalk": "^2.4.1",
36 "cheerio": "^1.0.0-rc.2",
37 "chokidar": "^2.0.4",
38 "clean-css": "^4.1.11",
39 "fs-extra": "^6.0.1",
40 "glob": "^7.1.2",
41 "path-is-inside": "^1.0.2",
42 "postcss": "^6.0.22",
43 "postcss-import": "^11.1.0",
44 "postcss-mixins": "^6.2.0",
45 "postcss-unprefix": "^2.1.3",
46 "precss": "^3.1.2",
47 "pretty": "^2.0.0",
48 "rollup": "^0.61.2",
49 "rollup-plugin-alias": "^1.4.0",
50 "rollup-plugin-babel": "^3.0.4",
51 "rollup-plugin-commonjs": "^9.1.3",
52 "rollup-plugin-css-only": "^0.4.0",
53 "rollup-plugin-json": "^3.0.0",
54 "rollup-plugin-node-resolve": "^3.3.0",
55 "rollup-plugin-re": "^1.0.7",
56 "rollup-plugin-uglify": "^4.0.0",
57 "rollup-plugin-vue": "^2.2.21",
58 "strip-json-comments": "^2.0.1",
59 "vue": "^2.5.16",
60 "vue-template-compiler": "^2.5.16",
61 "yargs": "^11.0.0"
62 }
63}