-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
{
"name": "agricontrol",
"version": "1.2.0",
"description": "Landing page for Agricontrol",
"homepage": "https://agricontrol.ch",
"repository": "https://github.com/agricontrol/landing-page.git",
"bugs": "https://github.com/agricontrol/landing-page/issues",
"author": "Robin Löffel (https://robinloeffel.ch) <[email protected]>",
"license": "MIT",
"scripts": {
"start": "gulp --dev",
"prod": "gulp"
},
"dependencies": {
"feather-icons": "^4.28.0",
"jump.js": "^1.0.2",
"mehrsprachig": "^0.8.0"
},
"devDependencies": {
"@rbnlffl/gulp-rollup": "^0.1.1",
"@rbnlffl/gulp-sass": "^0.1.2",
"@rbnlffl/rollup-plugin-eslint": "^2.0.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"cssnano": "^5.0.8",
"eslint": "^7.32.0",
"eslint-config-sweet": "^6.0.0",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-imagemin": "7",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-rezzy": "^1.1.0",
"gulp-webp": "^4.0.1",
"postcss": "^8.3.6",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^7.0.2",
"postcss-scss": "^4.0.0",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0"
}
}