-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.5 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
{
"name": "patternkit",
"version": "1.0.0-alpha",
"description": "Drupal module enabling drag and drop of templates into layouts.",
"main": "js/patternkit.jsoneditor.js",
"repository": {
"type": "git",
"url": "git+https://github.com/drupal-pattern-lab/patternkit.git"
},
"author": "cybtachyon",
"license": "MIT",
"bugs": {
"url": "https://github.com/drupal-pattern-lab/patternkit/issues"
},
"homepage": "https://github.com/drupal-pattern-lab/patternkit#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@json-editor/json-editor": "^2.7.0",
"ajv": "^6.12.2",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"gulp-prefix-css": "0.0.4",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"handlebars": "^4.7.7",
"prosemirror-example-setup": "^1.1.2",
"prosemirror-model": "^1.12.0",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-schema-list": "^1.1.4",
"prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.16.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"build": "gulp",
"dev": "gulp",
"eslint": "eslint -c ./.eslintrc js/src/**/*.es6.js",
"eslint.fix": "eslint -c ./.eslintrc js/src/**/*.es6.js --fix",
"postversion": "git push && git push --tags",
"serve-test": "http-server --p 9001",
"watch": "gulp watch"
}
}