-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 909 Bytes
/
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": "dataline",
"version": "1.0.0",
"description": "Official website of the company Dataline Group Oy built in Svelle.",
"homepage": "https://www.dataline.fi",
"bugs": "https://github.com/timoanttila/Dataline-Svelte/issues",
"license": "GNU GPL",
"keywords": [
"svelte",
"svelte-template",
"rollup",
"website",
"company"
],
"author": {
"name": "Timo Anttila",
"email": "timo@dataline.fi",
"url": "https://timoanttila.com"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"svelte": "^3.0.0"
},
"dependencies": {
"sirv-cli": "^0.4.4"
}
}