-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "svelte-app",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "env-cmd rollup -c -w",
"start": "env-cmd sirv public -s",
"clean": "rm -rf public/build",
"docker:build": "docker build --no-cache -t pac_mnikolic_web .",
"docker:run": "docker run -p 5000:5000 -d pac_mnikolic_web"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.3.3",
"dotenv": "^8.2.0",
"node-sass": "^4.14.1",
"rollup": "^2.23.1",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^6.0.0",
"sass": "^1.26.10",
"svelte": "3.24.1",
"svelte-preprocess": "^4.1.2",
"sirv-cli": "1.0.6"
},
"dependencies": {
"oidc-client": "github:dopry/oidc-client-js#merge-settings",
"@dopry/svelte-oidc": "^0.3.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-upload-client": "^14.1.1",
"bulma": "^0.9.0",
"env-cmd": "^10.1.0",
"graphql": "^14.0.2",
"moment": "^2.27.0",
"rollup-plugin-postcss": "^3.1.8",
"smelte": "^1.0.18",
"svelma": "^0.4.0",
"svelte-apollo": "^0.3.0",
"svelte-environment-variables": "^1.0.3",
"svelte-router-spa": "^5.7.3"
}
}