-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (34 loc) · 1.07 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
{
"scripts": {
"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": {
"OLSKPithVitrine": "olsk/OLSKPithVitrine",
"OLSKPithGuide": "olsk/OLSKPithGuide",
"OLSKPithApp": "olsk/OLSKPithApp",
"OLSKCatalog": "olsk/OLSKCatalog",
"OLSKQueue": "olsk/OLSKQueue",
"OLSKEmbed": "olsk/OLSKEmbed",
"OLSKLink": "olsk/OLSKLink",
"OLSKDOM": "olsk/OLSKDOM",
"OLSKHash": "olsk/OLSKHash",
"OLSKWash": "olsk/OLSKWash",
"OLSKMoment": "olsk/OLSKMoment",
"OLSKTaxonomy": "olsk/OLSKTaxonomy",
"svelte-dragdroplist": "rosano/svelte-dragdroplist",
"clipboard": "latest",
"OLSKRobots": "olsk/OLSKRobots",
"OLSKServiceWorker": "olsk/OLSKServiceWorker"
},
"devDependencies": {
"OLSKPithToolchain": "olsk/OLSKPithToolchain",
"OLSKRollupScaffold": "olsk/OLSKRollupScaffold",
"node-fetch": "2.x",
"jsdom": "21.x"
}
}