forked from alex-oleshkevich/vue-tabler-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "vue-tabler-icons",
"version": "1.10.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alex-oleshkevich/vue-tabler-icons"
},
"scripts": {
"clean": "rm -rf ./icons ./jsx",
"make:jsx": "npm run clean && node build.js",
"make:components": "babel ./jsx -d icons",
"build": "npm run make:jsx && npm run make:components",
"release": "npm run build && npm publish"
},
"author": {
"email": "alex.oleshkevich@gmail.com",
"name": "Alex Oleshkevich"
},
"main": "./index.js",
"sideEffects": false,
"dependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "1.2.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@tabler/icons": "^1.39.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-preset-jsx": "^1.2.4",
"fs-extra": "^9.0.1",
"pascal-case": "^3.1.1",
"vue": "2.6.12",
"vue-template-compiler": "2.6.12"
},
"babel": {
"presets": [
"@vue/babel-preset-jsx"
]
},
"dependencies": {}
}