This repository was archived by the owner on Aug 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2 KB
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
{
"name": "workfield",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"watch:tailwind": "NODE_ENV=development postcss src/assets/css/tailwind.css -o public/dist/tailwind.dist.css -w",
"dev:tailwind": "NODE_ENV=development postcss src/assets/css/tailwind.css -o public/dist/tailwind.dist.css",
"build:tailwind": "NODE_ENV=production postcss src/assets/css/tailwind.css -o public/dist/tailwind.dist.css",
"start": "tsc && node dist/app.js"
},
"dependencies": {
"core-js": "3.10.0",
"gulp": "^4.0.2",
"js-cookie": "^2.2.1",
"postcss": "8.2.9",
"postcss-cli": "8.3.1",
"postcss-import": "14.0.1",
"postcss-loader": "5.2.0",
"secure-ls": "^1.2.6",
"tailwindcss": "2.0.4",
"vue": "next",
"vue-i18n": "next",
"vue-loader": "next",
"vue-router": "4",
"vuex": "^4",
"vuex-persistedstate": "^4.0.0-beta.3",
"webpack": "^4"
},
"devDependencies": {
"@vue/cli": "latest",
"@vue/cli-plugin-babel": "4.5.12",
"@vue/cli-plugin-eslint": "4.5.12",
"@vue/cli-service": "4.5.12",
"@vue/compiler-sfc": "3.0.11",
"babel-eslint": "10.1.0",
"eslint": "^6",
"eslint-plugin-vue": "7.8.0",
"typescript": "next",
"vee-validate": "next"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"description": "## Project setup ``` npm install ```",
"main": "vue.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jolution/workfield.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jolution/workfield/issues"
},
"homepage": "https://github.com/jolution/workfield#readme"
}