forked from Mike5535/2022_2_BugOverload_UI_kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 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
{
"name": "moviegate-ui-kit",
"version": "1.0.35",
"description": "",
"contributors": [
"github.com/Ivan-Bir",
"github.com/Mike5535"
],
"main": "./dist/index.js",
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"pub": "npm run build && npm version patch && npm publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.5",
"@fortawesome/fontawesome-free": "^6.2.1",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/html": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/preset-scss": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"babel-loader": "^8.3.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.5.13",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"sass": "^1.56.2",
"sass-loader": "^12.6.0",
"stylelint": "^14.16.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"ts-loader": "^9.4.2",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"files": [
"dist"
]
}