-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 979 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
38
{
"name": "@beyonk/svelte-facebook-pixel",
"type": "module",
"exports": "src/index.js",
"scripts": {
"dev": "WATCH=true nollup -c --hot --port 5000 --content-base ./public -s",
"build": "rollup -c",
"lint": "eslint . --ext .svelte,.html,.js"
},
"devDependencies": {
"@beyonk/eslint-config": "^4.2.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"cheerio": "^1.0.0-rc.3",
"eslint": "^7.9.0",
"eslint-plugin-svelte3": "^2.7.3",
"just-camel-case": "^4.0.2",
"just-flatten": "^1.0.0",
"node-fetch": "^2.6.1",
"nollup": "^0.13.9",
"rollup": "^2.26.6",
"rollup-plugin-hot": "^0.1.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-svelte-hot": "^0.10.0",
"svelte": "^3.24.1",
"svelte-feather-icons": "^3.2.2",
"svelte-routing": "^1.4.2"
},
"eslintConfig": {
"extends": "@beyonk/eslint-config/svelte"
},
"keywords": [
"svelte"
],
"files": [
"src"
],
"version": "3.0.2"
}