forked from UKHomeOfficeForms/hof-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "hof-build",
"version": "1.6.0",
"description": "Performs build workflow for hof apps in prod and development",
"main": "index.js",
"bin": {
"hof-build": "./bin/hof-build"
},
"scripts": {
"test": "eslint . && eslint bin/hof-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOfficeForms/hof-build.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UKHomeOfficeForms/hof-build/issues"
},
"homepage": "https://github.com/UKHomeOfficeForms/hof-build#readme",
"dependencies": {
"aliasify": "^2.1.0",
"browserify": "^14.1.0",
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"cp": "^0.2.0",
"dotenv": "^4.0.0",
"duplexify": "^3.5.0",
"hof-transpiler": "^2.0.2",
"lodash.merge": "^4.6.0",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
"minimatch": "^3.0.3",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"npm-sass": "^2.2.1",
"uglify-js": "^2.8.22",
"witch": "^1.0.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-homeoffice": "^2.1.2"
}
}