-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.77 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
{
"name": "universal-vue-library-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"apps/*"
],
"nohoist": [
"**/vue"
]
},
"dependencies": {
"dayjs": "^1.11.1",
"nanoid": "^3.3.2"
},
"devDependencies": {
"@babel/types": "^7.17.0",
"@types/node": "^17.0.24",
"@types/tailwindcss": "^3.0.10",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"eslint": "8.13.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "^8.6.0",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"sass": "^1.50.0",
"tailwindcss": "^3.0.24",
"turbo": "^1.2.4",
"typescript": "^4.6.3",
"typescript-transform-paths": "^3.3.1",
"vite": "^2.9.5",
"vite-plugin-dts": "^1.0.5"
},
"scripts": {
"dev": "turbo run dev --parallel",
"dev2": "turbo run dev2 --parallel",
"build": "turbo run build",
"build:lib": "turbo run build:lib",
"build:coms": "turbo run build:coms",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/universal-vue-library-template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sonofmagic/universal-vue-library-template/issues"
},
"homepage": "https://github.com/sonofmagic/universal-vue-library-template#readme"
}