-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.38 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
{
"scripts": {
"build": "NODE_ENV=production gulp build",
"dev": "gulp dev",
"lint": "run-s lint:*",
"lint:eslint": "eslint --ext .ts,.js,.vue source --ignore-path .gitignore",
"lint:prettier": "prettier --check .",
"format": "prettier --write .",
"release": "doppler run -- sh scripts/release.sh"
},
"dependencies": {
"element-ready": "^6.2.1",
"feather-icons": "^4.29.0",
"tailwindcss": "^3.0.24",
"vue": "^3.2.35"
},
"devDependencies": {
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vue/compiler-sfc": "^3.2.35",
"@wext/shipit": "^0.2.1",
"del": "^6.1.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.0.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-multi-dest": "^1.3.7",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"npm-run-all": "^4.1.3",
"postcss": "^8.4.14",
"postcss-csso": "^6.0.0",
"prettier": "^3.2.5",
"sass": "^1.52.1",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"utc-version": "^2.0.2",
"vue-loader": "^17.0.0",
"vue-svg-loader": "^0.17.0-beta.2",
"web-ext-types": "^3.2.1",
"webpack": "^5.72.1",
"webpack-stream": "^7.0.0"
},
"private": true
}