-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "svelte-toastify",
"version": "0.0.27",
"module": "dist/index.mjs",
"main": "dist/index.js",
"svelte": "dist/index.js",
"scripts": {
"build": "rollup -c",
"tsc": "tsc src/",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint . --ext .ts,.svelte --fix",
"format": "prettier --write \"**/*.{ts,tsx,scss,svelte}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,scss,svelte}\"",
"start": "start-storybook -p 6006",
"build-storybook": "del-cli docs && build-storybook -c .storybook -o docs"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/svelte": "^5.3.19",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/svelte": "^3.0.0",
"@tsconfig/svelte": "^1.0.2",
"@types/jest": "^26.0.5",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-jest": "^25.2.6",
"babel-loader": "^8.1.0",
"del-cli": "^3.0.1",
"eslint": "^7.7.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-svelte3": "^2.7.3",
"jest": "^25.5.4",
"jest-svg-transformer": "^1.0.0",
"prettier": "^2.1.1",
"prettier-plugin-svelte": "^1.2.0",
"react-docgen-typescript-loader": "^3.7.2",
"rollup": "^2.21.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.0.0",
"rollup-plugin-terser": "^5.3.0",
"svelte": "^3.20.1",
"svelte-check": "^0.1.55",
"svelte-jester": "^1.0.5",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^4.0.8",
"ts-jest": "^25.5.0",
"ts-loader": "^8.0.1",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
},
"keywords": [
"svelte"
],
"files": [
"dist"
],
"dependencies": {
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-prettier": "^6.11.0",
"undefined": "^0.1.0"
}
}