-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
{
"name": "dfe-frontend-toolkit",
"version": "7.0.0",
"description": "DfE front-end toolkit",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV='development' gulp run-server build-gds",
"build": "gulp build-gds",
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.2",
"govuk_frontend_toolkit": "^9.0.1",
"govuk_template_jinja": "^0.26.0",
"govuk-elements-sass": "^3.1.2",
"govuk-frontend": "^4.8.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"nunjucks": "^3.2.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.8.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"select2": "^4.0.6-rc.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"overrides": {
"glob-parent": "5.1.2",
"postcss": "8.4.31",
"glob-watcher": {
"chokidar": "3.0.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/DFE-Digital/frontend-toolkit.git"
},
"author": "DfE",
"license": "MIT",
"bugs": {
"url": "https://github.com/DFE-Digital/frontend-toolkit/issues"
},
"homepage": "https://github.com/DFE-Digital/frontend-toolkit#readme"
}