-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 975 Bytes
/
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": "kendo-icons",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/font-icons",
"packages/svg-icons"
],
"scripts": {
"prepare": "husky",
"build": "npm run build --workspaces",
"eslint": "eslint \"**/*.js\"",
"migrate": "node scripts/migrate-icons.js",
"update-icons": "node scripts/update-icons.js",
"prepare-packages": "npm run build --workspaces",
"serve": "npx http-server",
"update": "npx npm-check-updates --upgrade"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@commitlint/core": "^19.0.3",
"ansi-colors": "^4.1.1",
"eslint": "^9.2.0",
"fs-extra": "^11.1.1",
"glob": "^11.0.0",
"http-server": "^14.1.0",
"husky": "^9.0.7",
"lerna": "^8.0.0",
"lodash": "^4.17.21",
"sass": "^1.63.6",
"svg-parser": "^2.0.4",
"svg2ttf": "^6.0.3",
"svgo": "^3.0.2",
"svgpath": "^2.5.0"
}
}