forked from helsingborg-stad/Municipio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.27 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
{
"name": "This-is-Helsingborg",
"version": "1.0.0",
"description": "The official website of Helsingborg Stad",
"main": "Gulpfile.js",
"dependencies": {
"babel-polyfill": "^6.26.0",
"browser-sync": "^2.24.3",
"glob": "^7.1.4",
"gulp-clean-css": "^3.9.4",
"gulp-jshint": "^2.1.0",
"gulp-rev-css-url": "^0.1.0",
"gulp-sourcemaps": "^2.6.4",
"jshint": "^2.9.5",
"run-sequence": "^2.2.1"
},
"browserslist": [
"> 1%",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "0.0.2",
"gulp-cssnano": "^2.1.2",
"gulp-image": "^4.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.1.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"import-glob-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"rev-del": "^1.0.5",
"sass-loader": "^7.1.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack-config-utils": "^2.3.1",
"webpack-dev-server": "^3.7.1",
"webpack-fix-style-only-entries": "^0.3.0",
"webpack-manifest-plugin": "^2.0.4",
"webpack-notifier": "^1.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "cross-env NODE_ENV=development webpack --watch",
"build:dev": "cross-env NODE_ENV=development webpack",
"build": "cross-env NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/helsingborg-stad/helsingborg.se.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/helsingborg-stad/helsingborg.se/issues"
},
"homepage": "https://github.com/helsingborg-stad/helsingborg.se"
}