forked from IgniteUI/igniteui-webcomponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 4.67 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 4.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "igniteui-webcomponents",
"version": "0.0.0",
"description": "Ignite UI Web Components",
"author": "Infragistics",
"license": "SEE LICENSE IN LICENSE",
"main": "dist/index.js",
"module": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/IgniteUI/igniteui-webcomponents"
},
"bugs": {
"url": "https://github.com/IgniteUI/igniteui-webcomponents/issues"
},
"scripts": {
"start": "npm run storybook",
"serve": "npm run build:publish && concurrently -k -r \"npm:watch-scss\" \"npm:watch-ts\" \"wds\"",
"build": "npm run clean && npm run build:styles && npm run build:typescript && npm run build:docs:json && npm run build:meta",
"build:publish": "node scripts/build.mjs",
"build:typescript": "tsc",
"build:styles": "node scripts/build-styles.mjs",
"build:watch": "npm run build:styles && concurrently -k -r \"npm:watch-scss\" \"npm:watch-ts\"",
"build:docs:md": "web-component-analyzer \"src/**/*.ts\" --outDir docs/md",
"build:docs:json": "web-component-analyzer \"src/**/*.ts\" --format json --outDir docs/json",
"build:docs:schema": "web-component-analyzer src --format json --outFile custom-elements.json",
"build:docs:vscode-schema": "web-component-analyzer src --format vscode --outFile vscode-html-custom-data.json",
"build:meta": "node scripts/build-stories.js",
"watch-meta": "node scripts/stories-watcher.js ",
"watch-scss": "node scripts/styles-watcher.mjs",
"watch-ts": "tsc --watch --preserveWatchOutput",
"check": "madge --circular --warning --no-spinner dist/src/index.js",
"clean": "npm run clean:dist && npm run clean:styles && npm run clean:docs",
"clean:dist": "rimraf ./dist",
"clean:styles": "rimraf \"src/**/*.css.ts\"",
"clean:docs": "rimraf ./docs",
"lint": "npm run lint:eslint && npm run lint:lit-analyzer && npm run lint:prettier && npm run lint:styles",
"lint:eslint": "eslint --ext .ts . --ignore-path .gitignore",
"lint:lit-analyzer": "lit-analyzer",
"lint:prettier": "prettier \"**/*.ts\" --check --ignore-path .gitignore",
"lint:styles": "stylelint \"src/**/*.scss\"",
"format": "eslint --ext .ts . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
"release": "changelog",
"test": "npm run build && wtr --coverage",
"test:watch": "npm run build && concurrently -k -r \"npm:watch-scss\" \"npm:watch-ts\" \"wtr --watch\"",
"storybook": "npm run build && concurrently -k -r \"npm:watch-scss\" \"npm:watch-ts\" \"npm:watch-meta\" \"wds -c .storybook/server.mjs\"",
"storybook:build": "npm run build && build-storybook -o ./storybook-static",
"build:typedoc:watch": "node scripts/build-typedoc.js watch",
"build:typedoc:serve": "node scripts/build-typedoc.js serve && concurrently -k -r \"npm:build:typedoc:watch\"",
"build:typedoc:ja": "set NODE_ENV=production && node scripts/build-typedoc.js buildJA",
"build:typedoc:en": "set NODE_ENV=production && node scripts/build-typedoc.js buildEN",
"deploy-storybook": "storybook-to-ghpages --ci --existing-output-dir=./storybook-static",
"prepare": "husky install"
},
"dependencies": {
"@floating-ui/dom": "^1.2.0",
"@lit-labs/virtualizer": "^1.0.1",
"lit": "^2.6.1"
},
"devDependencies": {
"@igniteui/material-icons-extended": "^2.11.0",
"@open-wc/eslint-config": "^9.2.2",
"@open-wc/testing": "^3.1.7",
"@storybook/storybook-deployer": "^2.8.16",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@web/dev-server": "^0.1.35",
"@web/dev-server-rollup": "^0.3.21",
"@web/dev-server-storybook": "^0.5.4",
"@web/test-runner": "^0.15.0",
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.11",
"concurrently": "^7.6.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"globby": "^13.1.3",
"husky": "^8.0.3",
"igniteui-theming": "^1.3.0",
"igniteui-typedoc-theme": "^3.1.0",
"keep-a-changelog": "^2.2.1",
"lint-staged": "^13.1.0",
"lit-analyzer": "^2.0.0-pre.2",
"madge": "^6.0.0",
"node-watch": "^0.7.3",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.58.0",
"sinon": "^15.0.1",
"stylelint": "^14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"tslib": "^2.5.0",
"typedoc": "^0.23.24",
"typedoc-plugin-localization": "^2.4.0",
"typescript": "^4.9.5",
"web-component-analyzer": "^2.0.0-next.4"
},
"lint-staged": {
"*.ts": [
"eslint --fix",
"prettier --write",
"git add"
]
}
}