-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
153 lines (153 loc) · 4.72 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "packer-cli",
"version": "2.17.8",
"description": "Full-fledged CLI tool to generate and package library Node modules compliant with Browser and NodeJS. Packer CLI support all modern style, unit test and script transpiler tools.",
"keywords": [
"Library CLI",
"Node Library",
"NPM Library",
"Browser Lib",
"Lib CLI"
],
"scripts": {
"lint": "packer lint",
"lint:style": "packer lint --style",
"lint:script": "packer lint --script",
"format": "packer format",
"build": "packer build",
"watch": "packer watch",
"test": "packer test --watch",
"test:coverage": "packer test --coverage --watch",
"test:ci": "packer test",
"test:coverage:ci": "packer test --coverage",
"clean": "packer clean",
"preversion": "npm run build",
"postversion": "git push && git push --tags",
"prerelease": "npm run build",
"release": "npm publish dist"
},
"author": "Yohan Gomez <yohan.gz@hotmail.com>",
"repository": "https://github.com/yohangz/packer-cli.git",
"license": "MIT",
"homepage": "https://github.com/yohangz/packer-cli",
"dependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/core": "^7.7.7",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"chalk": "^3.0.0",
"filesize": "^6.0.1",
"glob": "^7.1.6",
"glob-to-regexp": "^0.4.1",
"gulp": "^4.0.2",
"gulp-add": "^0.1.0",
"gulp-chmod": "^3.0.0",
"gulp-clean": "^0.4.0",
"handlebars": "^4.5.3",
"inquirer": "^7.0.1",
"karma-rollup-preprocessor": "^7.0.3",
"lodash": "^4.17.15",
"packer-cli": "^2.17.7",
"plugin-error": "^1.0.1",
"prettier": "^1.19.1",
"rollup": "^1.29.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-browsersync": "^1.1.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-hbs": "^1.2.6",
"rollup-plugin-ignore": "^1.0.5",
"rollup-plugin-ignore-import": "^1.3.2",
"rollup-plugin-img": "^1.1.0",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-postcss": "^2.0.4",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-pluginutils": "^2.8.2",
"schema-inspector": "^1.6.9",
"terser": "^4.5.1",
"through2": "^3.0.1",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"validate-npm-package-name": "^3.0.0",
"validator": "^12.1.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@babel/runtime-corejs3": "^7.7.7",
"@types/browser-sync": "^2.26.1",
"@types/chai": "^4.2.7",
"@types/chai-enzyme": "^0.6.7",
"@types/cssnano": "^4.0.0",
"@types/enzyme": "^3.10.4",
"@types/gulp": "^4.0.6",
"@types/inquirer": "^6.5.0",
"@types/jasmine": "^3.5.1",
"@types/jasmine-enzyme": "^7.0.0",
"@types/jest": "^24.0.25",
"@types/karma": "^3.0.5",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/plugin-error": "^0.1.1",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/through2": "^2.0.34",
"@types/validator": "^12.0.1",
"autoprefixer": "^9.7.3",
"babel-jest": "^25.1.0",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.3.1",
"core-js": "^3.6.1",
"cssnano": "^4.1.10",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ignore-styles": "^5.0.1",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"jasmine-enzyme": "^7.1.2",
"jest": "^25.1.0",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"jest-haste-map": "^25.1.0",
"jest-resolve": "^25.1.0",
"jsdom": "^16.0.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-jasmine": "^3.1.0",
"karma-jasmine-html-reporter": "^1.5.1",
"karma-mocha": "^1.3.0",
"less": "^3.10.3",
"mocha": "^7.0.0",
"node-sass": "^4.13.1",
"nyc": "^15.0.0",
"postcss-url": "^8.0.0",
"puppeteer": "^2.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^19.0.0",
"stylus": "^0.54.7",
"ts-jest": "^24.2.0",
"ts-node": "^8.5.4",
"tslint": "^6.0.0"
},
"private": false,
"bin": {
"packer": "bin/packer-cli.js"
}
}