-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "rkg",
"version": "1.0.0",
"description": "Ronilački klub geronimo website",
"main": "index.js",
"scripts": {
"install": "napa"
},
"author": "Adrijan <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"autoprefixer": "^9.8.0",
"create-guten-block": "^1.14.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-import": "^2.20.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-include": "^2.4.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.1",
"merge-stream": "^1.0.1",
"napa": "^3.0.0",
"nib": "^1.1.2",
"postcss-color-adjustment": "^0.1.6",
"postcss-color-function": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.3",
"postcss-utilities": "^0.8.4",
"postcss-value-parser": "^3.3.1",
"precss": "^4.0.0",
"streamqueue": "^1.1.2",
"sugarss": "^2.0.0"
},
"dependencies": {},
"napa": {
"pdf417": "https://github.com/bkuzmic/pdf417-js"
}
}