-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 955 Bytes
/
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
{
"name": "FALA",
"version": "0.0.0",
"description": "Find a Legal Adviser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"serve": "gulp serve"
},
"repository": {
"type": "git",
"url": "https://github.com/ministryofjustice/fala.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ministryofjustice/fala/issues"
},
"homepage": "https://github.com/ministryofjustice/fala",
"dependencies": {
"govuk-frontend": "5.7.1"
},
"devDependencies": {
"browser-sync": "^3.0.3",
"concat": "^1.0.3",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"merge-stream": "^1.0.0",
"natives": "^1.1.6",
"read-json-sync": "^1.1.0",
"sass": "^1.77.8",
"yargs": "^3.27.0"
}
}