-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.31 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
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
{
"name": "@codolog/empathy",
"version": "1.0.4",
"description": "A lightweight admin panel components with Tailwindcss, PurgeCSS, Vuejs, Fontawesome 5.",
"main": "index.js",
"bin": {
"empathy": "lib/cli.js"
},
"scripts": {
"dev": "cross-env NODE_ENV=development rollup -c -w",
"build": "cross-env NODE_ENV=production rollup -c && rm -rf ~/Sites/empathy-docs/docs/demo && cp -rf ~/Sites/empath/demo ~/Sites/empathy-docs/static"
},
"repository": {
"type": "git",
"url": "https://github.com/the94air/empathy.git"
},
"keywords": [
"empathy",
"tailwindcss",
"purgecss",
"vuejs",
"fontawesome5",
"admin-panel",
"lightweight",
"vue-good-table",
"vue-slide-up-down",
"vue-notification",
"webfontloader"
],
"author": "Abdalla Arbab",
"license": "MIT",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@rollup/plugin-replace": "^2.3.0",
"autoprefixer": "^9.7.3",
"commander": "^4.1.0",
"cross-env": "^6.0.3",
"cssnano": "^4.1.10",
"rollup": "^1.29.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-extensions": "^0.1.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-scss": "^2.1.0",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-vue": "^6.0.0",
"tailwindcss": "^1.1.4",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.8",
"shelljs": "^0.8.3",
"vue": "^2.6.10",
"vue-good-table": "^2.18.0",
"vue-notification": "^1.3.20",
"vue-slide-up-down": "^2.0.0",
"vue-slideout": "^1.8.0",
"webfontloader": "^1.6.28"
},
"peerDependencies": {
"tailwindcss": "1.x",
"@fortawesome/fontawesome-svg-core": "1.x",
"@fortawesome/free-solid-svg-icons": "5.x",
"@fortawesome/vue-fontawesome": "0.x",
"vue": "2.x",
"vue-good-table": "2.x",
"vue-notification": "1.x",
"vue-slide-up-down": "2.x",
"vue-slideout": "1.x",
"webfontloader": "1.x"
},
"bugs": {
"url": "https://github.com/the94air/empathy/issues"
},
"homepage": "https://empathy.js.org"
}