-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
127 lines (127 loc) · 3.61 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
{
"name": "wmn-design-system",
"version": "2.4.0",
"description": "A library of typography, visual styles and user interface components which are documented for Transport for West Midlands.",
"homepage": "https://designsystem.wmnetwork.co.uk",
"author": "WMCA",
"main": "build/index.html",
"files": [
"build/*"
],
"repository": "https://github.com/wmcadigital/wmn-design-system.git",
"copyright": "WMCA",
"sasslintConfig": ".sass-lint.yml",
"browserslist": [
"ie 11",
"last 2 versions",
"ie 8",
"ie 9",
"iOS 9"
],
"buildDirs": {
"local": {
"baseUrl": "/",
"cdn": ""
},
"netlify": {
"baseUrl": "/",
"cdn": "https://designsystem.tfwm.org.uk/"
}
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"scripts": {
"upgrade-packages": "ncu -u",
"start": "gulp",
"fresh": "npm install && gulp",
"lint:all": "gulp lintAll",
"lint:styles": "gulp lintStyles",
"lint:templates": "gulp lintTemplates",
"lint:scripts": "gulp lintScripts",
"clean": "gulp clean",
"build:all": "gulp buildAll",
"build:styles": "gulp buildStyles",
"build:templates": "gulp buildTemplates",
"build:components": "gulp buildComponents",
"build:scripts": "gulp buildScripts",
"build:images": "gulp minImages",
"build:sprites": "gulp buildSprites",
"build:config": "gulp buildConfig",
"build:netlify": "npm run build:all --build=netlify"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/standalone": "^7.21.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@zeplin/cli": "^2.0.1",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"browser-sync": "^2.28.1",
"del": "^6.0.0",
"dompurify": "^3.0.1",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"glob": "^9.1.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-eslint": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-format-html": "^1.5.1",
"gulp-htmlhint": "^4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.8",
"gulp-merge-json": "^2.1.2",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-react-native-stylesheet-css": "^1.4.4",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"gulp-uglify-es": "^3.0.0",
"marked": "^2.0.1",
"npm-check-updates": "^16.7.10",
"nunjucks": "^3.2.3",
"nunjucks-markdown": "^2.0.1",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"semantic-release": "^17.4.2",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@sentry/browser": "^7.40.0",
"array-flat-polyfill": "^1.0.1",
"axios": "^1.3.4",
"findandreplacedomtext": "^0.4.6",
"iframe-resizer": "^4.3.5",
"path": "^0.12.7",
"tfwm-travel-updates-widget": "^1.2.0"
}
}