-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.69 KB
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
{
"name": "@wtmg/components",
"version": "0.1.6",
"description": "",
"svelte": "src/components/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -s ./src/images -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WelcometoMyGarden/components.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/WelcometoMyGarden/components/issues"
},
"homepage": "https://github.com/WelcometoMyGarden/components#readme",
"devDependencies": {
"@babel/core": "^7.11.4",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@storybook/addon-actions": "^6.1.16",
"@storybook/addon-essentials": "^6.1.16",
"@storybook/addon-links": "^6.1.16",
"@storybook/svelte": "^6.1.16",
"babel-loader": "^8.1.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-svelte3": "^2.7.3",
"prettier": "^2.1.1",
"prettier-plugin-svelte": "^1.1.1",
"react-is": "^16.13.1",
"rollup": "^2.26.5",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-svg": "^2.0.0",
"svelte": "^3.24.1",
"svelte-loader": "^2.13.6",
"svg-inline-loader": "^0.8.2"
},
"files": [
"src/components",
"dist",
"public",
"src/stores",
"src/images"
],
"dependencies": {
"@rollup/plugin-alias": "^3.1.2",
"nprogress": "^0.2.0"
}
}