forked from phosphor-icons/vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "@tithely/phosphor-vue",
"version": "1.4.3",
"description": "A clean and friendly icon family for Vue, too!",
"repository": "git@github.com:tithely/phosphor-vue.git",
"author": "Aaron Maurice <aaron.maurice@yourgiving.co>",
"license": "MIT",
"main": "dist/index.mjs",
"module": "dist/index.js",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"serve": "vite",
"build": "vite build",
"assemble": "node bin/assemble.js",
"lint": "eslint --ext .ts,.js,.vue ."
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@types/vue": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"cross-env": "^7.0.2",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"minimist": "^1.2.5",
"typescript": "^4.5.5",
"vite": "^3.0.4",
"vite-plugin-vue2": "^2.0.2",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
},
"peerDependencies": {
"vue": "^2.6.14"
},
"engines": {
"node": ">=10"
}
}