-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 922 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
{
"name": "svelte-meetup-jexia",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/marlosin/svelte-meetup-jexia.git"
},
"license": "MIT",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --host 0.0.0.0 --port 80",
"lint": "standard",
"lint-fix": "standard --fix"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-replace": "^2.3.0",
"dotenv": "^8.2.0",
"node-sass": "^4.13.1",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"standard": "^14.3.1",
"svelte": "^3.0.0",
"svelte-preprocess": "^3.3.0"
},
"dependencies": {
"jexia-sdk-js": "^4.10.0",
"sirv-cli": "^0.4.4"
}
}