-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "vanilla-js-components",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint ./src --fix",
"pretty": "prettier ./src --write",
"stylelint": "stylelint **/*.css --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs-build",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.6",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/html": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"babel-loader": "^8.2.5",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"stylelint": "^14.14.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"husky": "^8.0.0"
}
}