-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.43 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "materialdesignicons-picker",
"version": "3.13.0",
"description": "Quick & easy icon picker",
"main": "src/index.js",
"repository": "[email protected]:Pictogrammers/Browser-Icon-Picker.git",
"author": "Quentin Stoeckel <[email protected]>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/light-svg": "^0.2.63",
"canvg": "^4.0.1",
"core-js": "^3.27.2",
"material-scss-colors": "^1.1.2",
"vue": "^3.2.47",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@mdi/svg": "^7.1.96",
"@types/chrome": "^0.0.212",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-typescript": "^11.0.2",
"chalk": "4.1.2",
"eslint": "^8.33.0",
"eslint-plugin-vue": "^9.9.0",
"glob": "^8.1.0",
"prerender-spa-plugin": "^3.4.0",
"rimraf": "^4.1.2",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"typescript": "~4.9.5",
"vue-virtual-scroller": "^2.0.0-beta.7",
"yazl": "^2.5.1"
},
"materialdesignicons-picker": {
"version": {
"default": "7.1.96",
"light": "0.2.63"
}
}
}