-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.38 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": "@hmcts/look-and-feel",
"description": "One Question Per Page apps made easy",
"version": "5.0.6",
"main": "./src/main.js",
"engines": {
"node": ">=6.0"
},
"scripts": {
"lint": "eslint .",
"test": "NODE_PATH=. NODE_ENV=testing mocha 'test/**/*.test.js'"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"check-types": "^7.3.0",
"colors": "^1.4.0",
"config": "^1.26.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"deepmerge": "2.0.1",
"diff-so-fancy": "^1.2.7",
"exports-loader": "^0.7.0",
"express": "^4.17.1",
"express-nunjucks": "^2.2.3",
"govuk-frontend": "^3.6.0",
"hard-source-webpack-plugin": "^0.13.1",
"imports-loader": "github:webpack-contrib/imports-loader#abea1c24f84b1343f9a277e33c8d89c83c013274",
"jquery": "^3.4.1",
"js-yaml": "^3.13.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"nunjucks": "^3.2.0",
"sass-loader": "^6.0.6",
"serve-static": "^1.14.1",
"style-loader": "^0.23.1",
"webpack": "^4.41.5",
"webpack-dev-middleware": "^2.0.4"
},
"devDependencies": {
"@hmcts/eslint-config": "^1.4.0",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"eslint": "^4.4.1",
"mocha": "^5.0.0"
}
}