forked from ministryofjustice/fala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 983 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
40
{
"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.4.0"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"concat": "^1.0.3",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "~2.6",
"gulp-sass": "^4.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-terser": "^2.1.0",
"gulp-util": "^3.0.6",
"merge-stream": "^1.0.0",
"natives": "^1.1.6",
"read-json-sync": "^1.1.0",
"sass": "^1.77.6",
"yargs": "^3.27.0"
}
}