forked from KayserCommentaryOrg/revelation-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.59 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "revelation-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape client/**/*-test.js",
"prep-build": "run-p create-symlinks glob && rollup -c -i client/revelation.js -o public/static/revelation.js && rollup -c rollup-minify.config.js -i client/lib/structure/data/structure.js -o public/static/structure.js",
"build-prod": "cross-env NODE_ENV=production npm-run-all prep-build --parallel build:*",
"build:js": "rollup -c rollup-minify.config.js",
"watch:js": "rollup -c -w --dev",
"watch:glob": "watch \"npm run glob\" client/service client/view",
"glob": "run-p glob:*",
"glob:services": "glob-module-file --pattern=\"client/service/**/*.js\" --format=es --pathPrefix=../ --outputPath=client/globbed-services.js",
"glob:views": "glob-module-file --pattern=\"client/view/**/*.js\" --format=es --pathPrefix=../ --outputPath=client/globbed-views.js",
"create-symlinks": "symlink client/component client/node_modules/component/ && symlink client/lib/ client/node_modules/lib",
"deploy": "rsync -e \"ssh -o StrictHostKeyChecking=no\" -avz ./public/ [email protected]:/home/revelation_bb/revelation.biblicalblueprints.org",
"update-sermons": "npm run prep-build && cd sermon-text-and-audio-correlater && npm i && node index.js",
"dev": "cross-env NODE_ENV=development npm-run-all prep-build --parallel watch:*",
"update-timeline-data": "node timeline-json-generator/transform-timeline-to-json.js "
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/KayserCommentaryOrg/revelation-project.git"
},
"author": "TehShrike",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/KayserCommentaryOrg/revelation-project/issues"
},
"homepage": "https://github.com/KayserCommentaryOrg/revelation-project#readme",
"devDependencies": {
"gaze": "1.1.2",
"watch": "1.0.2"
},
"dependencies": {
"abstract-state-router": "6.0.5",
"asr-active-state-watcher": "1.0.3",
"autoprefixer": "7.1.2",
"babel-core": "6.26.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-es2015": "6.24.1",
"better-emitter": "1.0.2",
"better-match": "^1.0.3",
"chromatism2": "3.0.1",
"click-should-be-intercepted-for-navigation": "~1.0.0",
"cross-env": "^5.1.3",
"date-fns": "1.28.5",
"dynamic-import-iife": "1.0.3",
"glob-module-file": "~2.0.0",
"globby": "6.1.0",
"got": "7.1.0",
"hash-brown-router": "~3.3.0",
"iso-next-tick": "1.0.0",
"key-master": "~3.1.0",
"majority-text-family-35-revelation": "~1.0.1",
"make-dir": "1.0.0",
"mannish": "~3.0.0",
"multi-part-range-compare": "~1.0.3",
"npm-run-all": "^4.1.2",
"one-to-many-array-zip": "~1.0.2",
"ordered-entries": "1.0.0",
"p-props": "1.0.0",
"pify": "3.0.0",
"podcast2": "~1.0.0",
"regex-fun": "~2.0.2",
"reify": "0.12.1",
"revelation": "^2.0.10",
"rollup": "0.51.2",
"rollup-plugin-babel": "3.0.1",
"rollup-plugin-babel-minify": "3.1.2",
"rollup-plugin-commonjs": "8.1.0",
"rollup-plugin-json": "2.3.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-svelte": "4.0.0",
"rollup-plugin-visualizer": "0.3.1",
"rollup-watch": "4.3.1",
"sausage-router": "1.1.2",
"shell-tag": "1.0.4",
"svelte": "1.54.1",
"svelte-querystring-router": "1.6.1",
"svelte-state-renderer": "1.2.5",
"symlink-cli": "^1.0.0",
"tape": "4.8.0",
"tape-catch": "1.0.6",
"tempy": "0.1.0",
"verse-reference-regex": "~1.1.1"
}
}