-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "assets-builder",
"version": "0.1.6",
"description": "Assets builder. Build modern assets, JS, CSS, SVGs, transpile ES6 to ES5, CSSNext to CSS3, compress, minify, etc with simple node scripts and CLI.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mevrael/assets-builder.git"
},
"keywords": [
"JavaScript",
"ECMAScript",
"ECMAScript6",
"assets builder",
"bundler",
"CSSNext",
"PostCSS",
"compiler",
"transpiler",
"CLI"
],
"author": "Mev-Rael ([email protected])",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Mevrael/assets-builder/issues"
},
"homepage": "https://github.com/Mevrael/assets-builder#readme",
"dependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-0": "^6.24.1",
"clean-css": "^4.2.1",
"colors": "^1.3.3",
"cssnano": "^4.1.10",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"postcss": "^7.0.16",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-reporter": "^6.0.1",
"rollup": "^1.12.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-eslint": "^5.1.0",
"rollup-plugin-node-resolve": "^5.0.0",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"uglify-js": "^3.5.13"
}
}