-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
87 lines (87 loc) · 2.9 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
81
82
83
84
85
86
87
{
"name": "vuefront",
"version": "0.5.2",
"description": "vuefront",
"files": [
"lib",
"es5",
"assets",
"src",
"seo.js",
"index.js",
"plugin.js",
"tailwind"
],
"keywords": [
"vuefront"
],
"main": "index.js",
"author": "Dreamvention",
"license": "MIT",
"scripts": {
"build:lib": "cross-env NODE_ENV=lib babel src --watch --out-dir lib --ignore \"**/__tests__\" --source-maps --extensions \".ts\",\".tsx\",\".snap\" --copy-files --no-copy-ignored --out-file-extension .mjs",
"yalc-watch": "nodemon --delay 1 -e vue,js,scss,json -x yalc push",
"watch": "concurrently -k -p \"[{name}]\" -n \"Build,Yalc\" -c \"yellow.bold,cyan.bold\" \"npm run build:lib\" \"npm run yalc-watch\""
},
"peerDependencies": {
"fsevents": "^2.3.2",
"vue": "^3.2.11"
},
"dependencies": {
"@bundled-es-modules/axios": "^0.21.1",
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/js": "^5.9.55",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.2",
"@vuelidate/core": "^2.0.0-alpha.24",
"@vuelidate/validators": "^2.0.0-alpha.21",
"color": "^4.0.1",
"faker": "^5.5.3",
"graphql-tag": "^2.12.5",
"graphql-tools": "^8.2.0",
"isomorphic-form-data": "^2.0.0",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.3.3",
"omit-deep-lodash": "^1.1.5",
"tailwindcss": "2.2.9",
"traverse": "^0.6.6",
"vue-easy-lightbox": "^1.2.3",
"vue-meta": "^3.0.0-alpha.2",
"vue-skeletor": "^1.0.6"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@graphql-tools/mock": "^8.4.0",
"@types/faker": "^5.5.9",
"@types/isomorphic-form-data": "^2.0.0",
"@types/lodash": "^4.14.172",
"@types/node": "^16.9.1",
"@types/omit-deep-lodash": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"autoprefixer": "^10.3.7",
"babel-plugin-detective": "^2.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-define": "^2.0.1",
"babel-plugin-transform-remove-imports": "^1.5.5",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"graphql": "^15.5.2",
"nodemon": "^2.0.12",
"postcss": "8",
"prettier": "^2.3.2",
"typescript": "^4.4.2",
"vite": "^2.5.2",
"vue": "^3.2.11",
"vue-i18n": "9.1.7",
"vue-router": "^4.0.0-beta.4",
"vuex": "^4.0.2"
}
}