forked from bsdeducation/bsd-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.31 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
{
"name": "bsd-overlay",
"version": "0.1.9",
"description": "Overlay widget toolkit for BSD Online educational content",
"author": "BSD Education",
"license": "MIT",
"scripts": {
"clean": "rm -rf docs && rm -rf dist",
"build": "rollup -c",
"watch": "rollup -c -w",
"example": "open ./example/index.html",
"predoc": "./scripts/predoc.sh",
"doc": "jsdoc -c jsdoc.conf.json -u tutorials/ --readme tutorials/main.x.md",
"doc:open": "open ./docs/index.html",
"postinstall": "cd host && yarn",
"host": "./host/start.sh",
"dev": "concurrently \"yarn run watch\" \"yarn run host\"",
"prepub": "yarn version && yarn run doc && yarn run build",
"pub": "./scripts/publish.sh"
},
"dependencies": {},
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-es2015-rollup": "3.0.0",
"concurrently": "4.0.1",
"jsdoc": "3.5.5",
"jsdoc-template": "https://github.com/bsdeducation/jsdoc-template.git",
"postcss-color-function": "4.0.1",
"postcss-nested": "3.0.0",
"postcss-variables": "1.1.1",
"rollup": "0.65.2",
"rollup-plugin-babel": "3.x",
"rollup-plugin-commonjs": "9.1.6",
"rollup-plugin-eslint": "5.0.0",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-postcss-modules": "1.0.8",
"rollup-plugin-uglify": "5.0.2"
}
}