forked from ournameismud/mud-fractal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.79 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
{
"name": "mud-fractal",
"description": "Mudstone 7.1.0 integrated with Fractal",
"version": "0.3.1",
"main": "gulpfile.babel.js",
"author": "Dave Stockley @ournameismud",
"license": "MIT",
"engines": {
"node": ">=8.6.0"
},
"private": true,
"scripts": {
"start": "mulp",
"cms": "mulp -- --config cms",
"build": "yarn run mulp -- build -- --env production --config cms",
"build:cms": "yarn run build",
"build:fractal":
"yarn run mulp -- build -- --env production --config fractal",
"prebuild:static": "yarn run build:fractal",
"build:static": "yarn run mulp -- build:static -- --config static",
"update:craft":
"yarn run mulp -- update:craft -- --config cms --env production",
"preinit:craft": "yarn run build:fractal",
"init:craft": "yarn run update:craft",
"prereference": "yarn run buildfractal",
"reference":
"yarn run mulp -- backstop_reference -- --config fractal --reference",
"diff": "yarn run mulp -- backstop_reference -- --config fractal --test",
"gen-cert": "node ./cert/cli.js gen-certs"
},
"dependencies": {
"axios": "^0.16.2",
"barba.js": "^1.0.0",
"concert": "^2.1.0",
"debug": "^3.0.0",
"dom-delegate": "^2.0.3",
"domify": "^1.4.0",
"fastscroll": "^2.2.0",
"fg-loadcss": "^1.3.1",
"fg-loadjs": "^1.0.0",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.3",
"lazysizes": "^4.0.0-rc3",
"lodash.debounce": "^4.0.8",
"lodash.isobject": "^3.0.2",
"lodash.once": "^4.1.1",
"lodash.throttle": "^4.1.1",
"lodash.uniqueid": "^4.0.1",
"mud-from-to": "^1.0.0",
"normalize-scss": "^7.0.0",
"object-fit-images": "^3.1.3",
"path-to-regexp": "^1.7.0",
"picturefill": "^3.0.2",
"raf": "^3.3.0",
"susy": "^3.0.0",
"validate.js": "^0.11.1",
"wallop": "^2.4.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"mulp": "^0.0.10"
}
}