-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.26 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
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p start:dev autobuild",
"start": "sirv public --no-clear",
"start:dev": "sirv public -s --dev",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "yarn build && firebase deploy",
"deploy:preview": "yarn build && firebase hosting:channel:deploy preview"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.0.0",
"@tsconfig/svelte": "^3.0.0",
"attractions": "^3.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.50.0",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-feather-icons": "^4.0.0",
"svelte-preprocess": "^4.10.5",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"@sentry/browser": "^6.19.6",
"@sentry/tracing": "^6.19.6",
"firebase": "^9.22.2",
"sirv-cli": "^2.0.0",
"svelte-confetti": "^1.2.0"
}
}