forked from clay/clay-kiln
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.36 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "clay-kiln",
"version": "6.6.1",
"description": "Editor tools for Clay",
"template": "template.handlebars",
"scripts": {
"lint": "eslint --ext .js,.vue edit.js view.js view-public.js directives inputs lib test",
"karma": "karma start",
"test": "npm run lint && npm run karma",
"test-local": "BABEL_ENV=test npm run lint && BABEL_ENV=test npm run karma -- karma.local.conf.js",
"build": "BABEL_ENV=build webpack",
"watch": "BABEL_ENV=build webpack -w",
"prepublishOnly": "BABEL_ENV=build webpack -p && npm run generate-actions",
"docs:clean": "rimraf ./_book && rimraf ./docs/vuex-actions.md",
"docs:prepare": "gitbook install",
"docs:watch": "npm run docs:prepare && gitbook serve",
"docs:build": "gitbook build ./",
"generate-actions": "jsdoc2md --files lib/**/actions.js > docs/vuex-actions.md",
"docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:clay/clay-kiln gh-pages --force"
},
"repository": {
"type": "git",
"url": "https://github.com/clay/clay-kiln.git"
},
"keywords": [
"clay",
"kiln",
"editor"
],
"author": "New York Media",
"license": "MIT",
"bugs": {
"url": "https://github.com/clay/clay-kiln/issues"
},
"main": "model.js",
"files": [
"dist",
"media",
"template.handlebars",
"schema.yml",
"bootstrap.yml",
"model.js"
],
"precommit": [
"npm run lint"
],
"homepage": "https://github.com/clay/clay-kiln",
"devDependencies": {
"@nymag/cid": "^1.0.1",
"@nymag/dom": "^1.3.1",
"@tom-kitchin/vue-unit": "^0.3.4",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"caret-position": "0.0.1",
"chai": "^4.1.2",
"chrono-node": "^1.3.5",
"clay-log": "^1.1.1",
"clayhandlebars": "^4.0.0",
"clayutils": "^2.1.0",
"codemirror": "^5.31.0",
"coveralls": "^3.0.0",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"csvjson": "^4.3.4",
"cuid": "^1.3.8",
"date-fns": "^1.29.0",
"delegate": "^3.1.2",
"dragula": "github:gitterhq/dragula#feature/deadzone",
"element-client-rect": "^1.0.4",
"eslint": "~4.10.0",
"eslint-plugin-html": "^3.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"fuse.js": "^3.2.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-anchorjs": "^1.1.1",
"gitbook-plugin-bootstrap-callout": "^0.1.2",
"gitbook-plugin-github": "^3.0.0",
"hash-sum": "^1.0.2",
"he": "^1.1.1",
"html-tags": "^2.0.0",
"intersection-observer": "^0.5.0",
"jsdoc-to-markdown": "^3.0.1",
"karma": "^1.7.1",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.5",
"keen-ui": "^1.0.1",
"keycode": "^2.1.8",
"localforage": "^1.5.3",
"lodash": "^4.17.4",
"lodash-webpack-plugin": "^0.11.0",
"mocha": "^4.0.1",
"node-sass": "^4.3.0",
"nprogress": "^0.2.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.0.8",
"precommit": "^1.2.2",
"promise-queue": "^2.2.3",
"quill": "^1.3.3",
"quill-delta": "^3.6.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"routable": "0.0.5",
"sanitize-html": "^1.14.1",
"sass-loader": "^6.0.6",
"set-dom": "^7.4.5",
"sinon": "^4.0.2",
"sinon-chai": "^2.14.0",
"snarkdown": "^1.2.2",
"speakingurl": "^14.0.1",
"striptags": "^3.1.0",
"style-loader": "^0.19.0",
"velocity-animate": "^1.5.0",
"vue": "^2.5.9",
"vue-async-computed": "^3.3.1",
"vue-avatar": "^2.1.1",
"vue-click-outside": "^1.0.7",
"vue-loader": "^13.5.0",
"vue-nprogress": "^0.1.5",
"vue-observe-visibility": "^0.3.1",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.9",
"vuex": "^3.0.0",
"webpack": "^3.8.1",
"whatwg-fetch": "^2.0.3"
},
"peerDependencies": {
"amphora-search": "^6.0.0"
}
}