UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

101 lines (100 loc) 2.51 kB
{ "name": "snowpack", "version": "3.0.10", "description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.", "author": "Fred K. Schott <fkschott@gmail.com>", "license": "MIT", "keywords": [ "bundle", "build", "build tool", "web", "esm", "esbuild", "wasm" ], "repository": { "type": "git", "url": "https://github.com/snowpackjs/snowpack.git" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc --noUnusedLocals false --noUnusedParameters false", "build:watch": "tsc --watch --noUnusedLocals false --noUnusedParameters false", "bundle": "webpack -c ./scripts/generate-vendor.js && rollup -c ./scripts/generate-bundle.js && node ./scripts/generate-types.js", "lint": "tsc --noEmit" }, "engines": { "node": ">=10.19.0" }, "type": "commonjs", "types": "./lib/index.d.ts", "main": "./lib/index.js", "exports": "./lib/index.js", "bin": { "sp": "./index.bin.js", "snowpack": "./index.bin.js" }, "files": [ "assets", "lib", "index.bin.js", "index.bundle.js", "vendor" ], "dependencies": { "esbuild": "^0.8.7", "open": "^7.0.4" }, "optionalDependencies": { "fsevents": "^2.2.0" }, "devDependencies": { "@types/cheerio": "0.22.22", "bufferutil": "^4.0.2", "cacache": "^15.0.0", "cachedir": "^2.3.0", "cheerio": "1.0.0-rc.3", "chokidar": "^3.4.0", "compressible": "^2.0.18", "cosmiconfig": "^7.0.0", "deepmerge": "^4.2.2", "detect-port": "^1.3.0", "es-module-lexer": "^0.3.24", "esinstall": "^1.0.0", "estree-walker": "^2.0.2", "etag": "^1.8.1", "execa": "^5.0.0", "find-cache-dir": "^3.3.1", "find-up": "^5.0.0", "glob": "^7.1.4", "httpie": "^1.1.2", "is-plain-object": "^5.0.0", "is-reference": "^1.2.1", "isbinaryfile": "^4.0.6", "jsonschema": "~1.2.5", "kleur": "^4.1.1", "meriyah": "^3.1.6", "mime-types": "^2.1.26", "mkdirp": "^1.0.3", "npm-run-path": "^4.0.1", "p-queue": "^6.6.1", "periscopic": "^2.0.3", "postcss": "^8.2.4", "postcss-modules": "^4.0.0", "resolve-from": "^5.0.0", "rimraf": "^3.0.0", "signal-exit": "^3.0.3", "skypack": "^0.3.0", "source-map": "^0.7.3", "strip-ansi": "^6.0.0", "strip-comments": "^2.0.1", "utf-8-validate": "^5.0.3", "webpack": "^5.10.1", "webpack-cli": "^4.2.0", "ws": "^7.3.0", "yargs-parser": "^20.0.0" } }