-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.7 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
{
"name": "nhs-theme",
"version": "2.0.0",
"description": "",
"author": "Make Do",
"private": "true",
"keywords": [],
"license": "ISC",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch",
"build": "cross-env NODE_ENV=production webpack"
},
"engines": {
"yarn": ">= 1.12.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"autoprefixer": "^9.3.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"cssnano": "^4.1.7",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.3",
"imagemin-webpack-plugin": "^2.4.0",
"mini-css-extract-plugin": "^0.5.0",
"modernizr": "^3.6.0",
"modernizr-webpack-plugin": "^1.0.7",
"nhsuk-frontend": "^2.0.0",
"node-sass": "^4.10.0",
"node-sass-glob-importer": "^5.2.0",
"nunjucks": "^3.1.7",
"pixrem": "^5.0.0",
"postcss-loader": "^3.0.0",
"prettier": "1.16.4",
"raw-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svgo": "^1.1.1",
"svgo-loader": "^2.2.0",
"terser-webpack-plugin": "^1.2.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-livereload-plugin": "^2.1.1"
},
"dependencies": {
"es5-shim": "^4.5.10",
"html5shiv": "^3.7.3",
"imagesloaded": "^4.1.4",
"jquery": "^3.4.0",
"matchheight": "^0.1.1",
"normalize-scss": "^7.0.1",
"picturefill": "^3.0.2",
"respond.js": "^1.4.2",
"select2": "^4.0.6-rc.1",
"selectivizr": "^1.0.3",
"track-focus": "^1.0.0",
"underscore": "^1.9.1"
}
}