generated from sewing-kit/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "sewing-kit-plugin-storybook",
"version": "0.1.0",
"description": "A plugin for sewing-kit that ...",
"main": "index.js",
"repository": "https://github.com/sewing-kit/plugin-knex.git",
"author": "Chris Sauve <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "sk lint",
"test": "sk test",
"build": "sk build",
"type-check": "sk type-check",
"prepublish": "sk build"
},
"devDependencies": {
"@quilted/sewing-kit-plugins": "^0.1.5",
"@sewing-kit/cli": "^0.1.5",
"@sewing-kit/eslint-plugin": "^0.0.14",
"@sewing-kit/plugin-webpack": "^0.1.6",
"@types/express": "^4.17.6",
"@types/get-port": "^4.2.0",
"@types/html-webpack-plugin": "^3.2.3",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/webpack-dev-middleware": "^3.7.1",
"@types/webpack-hot-middleware": "^2.25.3",
"@types/webpack-merge": "^4.1.5"
},
"dependencies": {
"@sewing-kit/plugins": "^0.1.4",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/core": "^5.3.19",
"express": "^4.17.1",
"get-port": "^5.1.1",
"html-webpack-plugin": "^4.3.0",
"terser-webpack-plugin": "^3.0.6",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
},
"files": [
"src",
"build",
"index.js",
"index.d.ts"
]
}