forked from brunch/brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "brunch",
"description": "Fast front-end web app build tool with simple declarative config, seamless incremental compilation for rapid development, an opinionated pipeline and workflow, and core support for source maps",
"version": "4.0.1",
"main": "./lib/index.js",
"files": [
"bin",
"lib"
],
"bin": {
"brunch": "bin/brunch"
},
"engines": {
"node": ">= 12.13"
},
"dependencies": {
"anymatch": "^3.1.1",
"anysort": "^2.0.0",
"brunch-skeletons": "^0.2.0",
"chokidar": "^3.5.1",
"commander": "~5.0.0",
"commonjs-require-definition": "^0.6.3",
"debug": "^4.1.1",
"deppack": "^0.10.0",
"deps-install": "~0.2.1",
"fcache": "~0.3",
"hosted-git-info": "5.0.0",
"loggy": "~1.0.8",
"ncp": "^2.0.0",
"normalize-git-url": "^3.0.2",
"serve-handler": "^6.1.3",
"since-app-start": "~0.3.3",
"skemata": "~0.1.2",
"source-map": "~0.5",
"universal-path": "^0.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-brunch": "^1.2.0",
"fixturify": "^2.1",
"fs-extra": "^0.30",
"mocha": "^7.1.1",
"rewire": "^5.0.0",
"test-console": "^1"
},
"scripts": {
"lint": "eslint bin/brunch lib test",
"test": "NODE_ENV=test || set NODE_ENV=test npx mocha --timeout=20s --ignore 'test/_*.js'"
},
"keywords": [
"assembler",
"builder",
"stack",
"pipeline",
"build tool",
"workflow",
"source map",
"incremental",
"config",
"react",
"webpack",
"vue",
"grunt",
"gulp",
"angular",
"react",
"html5"
],
"homepage": "https://brunch.io/",
"author": "Brunch team (https://brunch.io)",
"repository": "https://github.com/brunch/brunch.git",
"bugs": "https://github.com/brunch/brunch/issues",
"license": "MIT",
"eslintConfig": {
"extends": "brunch"
}
}