-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.97 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
{
"name": "cbox-openlab-core",
"version": "1.6.0",
"description": "Functionality plugin for the OpenLab package of Commons In A Box",
"main": "assets/js/app.js",
"directories": {
"test": "tests"
},
"dependencies": {
"classnames": "^2.3.1",
"es6-promise": "^4.2.5",
"grunt-php-set-constant": "0.0.15",
"isomorphic-fetch": "^3.0.0",
"vue-template-compiler": "^2.5.21",
"vue2-autocomplete-js": "0.0.4",
"vuedraggable": "^2.24.3",
"vuex": "^2.5.0",
"watchify": "^4.0.0"
},
"devDependencies": {
"@wordpress/scripts": "^23.0.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelify": "^7.3.0",
"grunt": "^1.4.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-wp-i18n": "^1.0.2",
"vue": "^2.5.21",
"vueify": "^9.4.1"
},
"scripts": {
"build-js": "browserify -t vueify -e assets/js/app.js -o assets/js/build.js",
"build-js:site-templates": "wp-scripts build assets/src/site-templates/site-templates.js assets/src/site-templates-admin.js assets/src/site-templates-default-category.js assets/src/blocks.js",
"watch-js": "watchify -v -t vueify -e assets/js/app.js -o assets/js/build.js",
"watch-js:site-templates": "wp-scripts start assets/src/site-templates/site-templates.js assets/src/site-templates-admin.js assets/src/site-templates-default-category.js assets/src/blocks.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cuny-academic-commons/cbox-openlab-core.git"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"author": "",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/cuny-academic-commons/cbox-openlab-core/issues"
},
"homepage": "https://github.com/cuny-academic-commons/cbox-openlab-core#readme"
}