-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.65 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
{
"name": "accommodate",
"description": "Accommodations management / notification generator.",
"productName": "Accommodate",
"version": "1.0.0",
"main": "app.js",
"private": true,
"scripts": {
"start": "electron .",
"build": "rollup -c -w",
"serve": "run-p start build",
"distWindows": "electron-packager . accommodate --overwrite --asar=true --platform=win32 --arch=x64 --icon=icon.png --prune=true --out=release-builds"
},
"dependencies": {
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"dotenv": "^8.6.0",
"eases-jsnext": "^1.0.10",
"electron-packager": "^15.2.0",
"fuse.js": "^3.6.1",
"morgan": "~1.9.1",
"nedb": "^1.8.0"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"autoprefixer": "^9.8.6",
"chokidar": "^3.5.2",
"cssnano": "^4.1.11",
"electron": "^9.4.0",
"electron-wix-msi": "^3.2.0",
"npm-run-all": "^4.1.5",
"postcss-preset-env": "^6.7.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-serve-proxy": "^1.1.4",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.38.3",
"svelte-calendar": "^1.5.0",
"svelte-preprocess": "^3.9.12",
"svelte-sortable-list": "^1.1.0"
}
}