-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"name": "initialyzer-ds",
"version": "1.0.4",
"description": "This is initialyzer design system frontend component library",
"repository": {
"type": "git",
"url": "https://github.com/initialyze/initialyzer-ds.git"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"author": "Initialyze",
"license": "",
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.5.0",
"bootstrap": "^4.6.0",
"lit-element": "^2.4.0",
"lit-html": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addons": "^6.1.14",
"@storybook/theming": "^6.1.14",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"mini-css-extract-plugin": "^1.3.3",
"postcss-loader": "^4.1.0",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"webpack": "^5.13.0",
"webpack-cli": "^4.3.1",
"webpack-import-glob-loader": "^1.6.3"
},
"keywords": [
"lit-element",
"lit-html",
"web-component",
"es6"
],
"publishConfig": {
"registry": "https://repo.initialyze.com/artifactory/api/npm/npm-repo/"
}
}