-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
35 lines (35 loc) · 942 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": "@beyonk/svelte-datepicker",
"svelte": "src/main.js",
"version": "13.0.4",
"license": "MIT",
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build",
"lint": "eslint .",
"test": "web-test-runner \"src/**/*.test.js\"",
"test:unit": "uvu -r esm"
},
"devDependencies": {
"@beyonk/eslint-config": "^4.2.0",
"@beyonk/snowpack-rollup-plugin": "0.0.1",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-svelte": "^3.5.1",
"@snowpack/web-test-runner-plugin": "^0.2.1",
"@testing-library/svelte": "^3.0.0",
"@web/test-runner": "^0.9.7",
"dayjs": "^1.11.9",
"eslint": "^7.14.0",
"eslint-plugin-svelte3": "^2.7.3",
"esm": "^3.2.25",
"mockdate": "^3.0.2",
"sinon": "^9.2.4",
"snowpack": "^3.0.10",
"svelte": "^3.59.2",
"tinro": "^0.3.7",
"uvu": "^0.5.1"
},
"eslintConfig": {
"extends": "@beyonk/eslint-config/svelte"
}
}