-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "@la-moore/shared",
"version": "1.0.1",
"description": "",
"main": "index.ts",
"scripts": {
"test": "jest",
"dev": "tailwind && docs:dev",
"tailwind": "tailwindcss -o .vuepress/public/tailwind.css",
"docs:dev": "vuepress dev",
"docs:build": "vuepress build",
"generate-icons": "node scripts/generate-icons.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@jaames/iro": "^5.5.2",
"@popperjs/core": "^2.10.2",
"@scarlab/icons-vue": "^1.0.0",
"@vee-validate/i18n": "^4.1.20",
"@vee-validate/rules": "^4.1.20",
"@vue/compiler-ssr": "^3.0.5",
"class-transformer": "^0.5.1",
"vee-validate": "^4.2.4",
"vue": "^3.0.9",
"vue-router": "^4.0.5"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@vitejs/plugin-vue": "^1.9.2",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.6",
"@vuepress/bundler-vite": "^2.0.0-beta.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.7.0",
"jest": "^26.6.3",
"patch-vue-directive-ssr": "^0.0.1",
"postcss": "^8.2.8",
"tailwindcss": "^3.0.3",
"ts-jest": "^26.5.6",
"typescript": "^4.2.3",
"vue-jest": "^5.0.0-alpha.9",
"vuepress": "^2.0.0-beta.26"
}
}