UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@pixel2html/scripts-frontend",
3 "version": "0.6.0",
4 "description": "parse javascript with webpack",
5 "main": "dist/common.js",
6 "module": "dist/modular.js",
7 "repository": "https://github.com/pixel2html/pixel2html",
8 "author": "Miguel Palau <mpalauzarza@gmail.com>",
9 "license": "MIT",
10 "bin": {
11 "scripts-frontend": "cli.js"
12 },
13 "files": [
14 "readme.md",
15 "dist/common.js",
16 "dist/modular.js",
17 "cli.js"
18 ],
19 "scripts": {
20 "lint": "eslint 'src/**/*.js'",
21 "build": "rollup -c",
22 "prepare": "npm run build",
23 "dev": "rollup -c -w",
24 "prepublishOnly": "npm run build",
25 "postversion": "git push; git push --tags"
26 },
27 "dependencies": {
28 "@babel/core": "^7.0.0",
29 "@babel/runtime": "^7.0.0",
30 "@pixel2html/babel-preset": "^1.6.0",
31 "@pixel2html/eslint-config": "^1.7.0",
32 "babel-loader": "^8.0.0",
33 "eslint": "^5.4.0",
34 "eslint-loader": "^2.1.0",
35 "uglifyjs-webpack-plugin": "^1.3.0",
36 "webpack": "^4.17.1",
37 "webpack-bundle-analyzer": "^2.13.1"
38 },
39 "devDependencies": {
40 "rollup": "^0.65.0"
41 },
42 "eslintConfig": {
43 "extends": "@pixel2html/eslint-config",
44 "env": {
45 "browser": true,
46 "node": true,
47 "mocha": true
48 }
49 }
50}