-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (26 loc) · 808 Bytes
/
package.json
File metadata and controls
30 lines (26 loc) · 808 Bytes
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
{
"scripts": {
"preinstall": "olsk-bundle cleanse",
"postinstall": "olsk-bundle tidy && node ./package-postinstall.js",
"setup": "npm install --no-save && olsk-bundle",
"start": "olsk-express .",
"test": "olsk-spec",
"build": "olsk-rollup",
"watch": "olsk-rollup-watch"
},
"dependencies": {
"OLSKPithApp": "olsk/OLSKPithApp",
"turndown": "latest",
"turndown-plugin-gfm": "latest",
"showdown": "latest",
"codemirror": "rosano/CodeMirror#add-distribution",
"pell": "latest",
"OLSKRootLink": "olsk/OLSKRootLink",
"OLSKDecor": "olsk/OLSKDecor",
"ROCORootLink": "rationalcreative/ROCORootLink"
},
"devDependencies": {
"OLSKPithToolchain": "olsk/OLSKPithToolchain",
"OLSKRollupScaffold": "olsk/OLSKRollupScaffold"
}
}