-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.91 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
53
54
55
56
57
58
59
60
61
62
{
"name": "split-captain",
"description": "Navigate your vessel through choppy seas alongside your crew on an unforgettable voyage splitting payments.",
"version": "0.0.1",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/svenwritescode/splitcaptain.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"deploy": "npm run build && vercel",
"serve": "sirv public",
"test": "web-test-runner \"src/**/*.test.js\"",
"build": "rollup -c",
"dev:rollup": "rollup -c -w",
"dev:livereload": "rollup -c -w --environment LIVERELOAD",
"dev:nollup": "nollup -c --hot --port 39678 --content-base ./public",
"dev": "npm run dev:nollup",
"start": "sirv public"
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"@tailwindcss/forms": "^0.2.1",
"copy-text-to-clipboard": "^2.2.0",
"firebase": "^8.2.1",
"intl-tel-input": "^17.0.8",
"roughjs": "^4.3.1",
"seedrandom": "^3.0.5",
"sirv-cli": "^1.0.10",
"svelte-spa-router": "^3.1.0",
"sveltefire": "^0.1.5"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"autoprefixer": "^9",
"cssnano": "^4.1.10",
"nollup": "^0.13.13",
"panzoom": "^9.4.1",
"postcss": "^7",
"postcss-color-mod-function": "^3.0.3",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^8.0.0",
"rollup": "^2.3.4",
"rollup-plugin-hot": "^0.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-svelte": "^6.0.1",
"rollup-plugin-svelte-hot": "^0.13.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.38.1",
"svelte-i18n": "^3.1.0",
"svelte-preprocess": "^4.3.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}