-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "LivelyKernel--froscon-2023",
"author": {
"name": "linusha"
},
"description": "This repository contains the slides, demo code and other resources for the talk \"Live Programming and Designing of Dynamic Web Applications - Towards a totally RAD development experience\" at FrOSCon 2023. ",
"repository": {
"type": "git",
"url": "https://github.com/LivelyKernel/froscon-2023"
},
"scripts": {
"build": "rm -rf build/* && export MINIFY='' && ./tools/build.sh",
"build-minified": "rm -rf build/* && export MINIFY=true && ./tools/build.sh"
},
"dependencies": {
"@rollup/plugin-json": "4.1.0",
"rollup": "^2.70.2",
"rollup-plugin-export-default": "1.4.0",
"rollup-plugin-polyfill-node": "0.9.0"
},
"lively": {
"projectDependencies": [
{
"name": "LivelyKernel--partsbin",
"version": "0.6.3"
}
],
"boundLivelyVersion": "54d89c79a1893e764c13aa184391c37ded381cae",
"canUsePages": true,
"testActionEnabled": true,
"buildActionEnabled": false,
"deployActionEnabled": true,
"testOnPush": true,
"buildOnPush": false
},
"version": "0.2.2"
}