-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.55 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint . --ext .js,.vue",
"lint-and-fix": "eslint . --ext .js,.vue --fix",
"format": "prettier --config .prettierrc --write \"src/**/*.{js,vue}\"",
"prepare": "husky install"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^9.8.8",
"axios": "^0.24.0",
"chartist": "^0.11.4",
"chartist-plugin-axistitle": "^0.0.7",
"core-js": "^3.6.5",
"d3": "^7.8.2",
"daisyui": "^1.25.4",
"notyf": "^3.10.0",
"postcss": "^8.2.13",
"prismjs": "^1.27.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue": "^3.0.0",
"vue-chartist": "^3.0.0",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-router": "^4.0.12",
"vue-toast-notification": "^3.0.0",
"vue3-router-tree": "^0.2.4",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"eslint-plugin-vuejs-accessibility": "^2.1.0",
"husky": "^8.0.2",
"prettier": "^2.7.1",
"vue-eslint-parser": "^9.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}