-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.55 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
{
"name": "chrome-bookmark",
"version": "1.6.5",
"private": true,
"scripts": {
"dev": "export NODE_ENV='development' && webpack --mode=development --watch",
"build": "export NODE_ENV='production' && webpack --mode=production",
"build-zip": "node scripts/build-zip.js",
"serve-vue": "vue-cli-service serve",
"build-vue": "vue-cli-service build",
"lint-vue": "vue-cli-service lint"
},
"dependencies": {
"archiver": "^3.0.0",
"axios": "^0.26.1",
"babel-loader": "^8.2.4",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^3.8.3",
"css-loader": "^3.3.0",
"diff": "^5.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"happypack": "^5.0.1",
"html-loader": "^1.3.2",
"mali-secure": "^1.0.11",
"md5": "^2.2.1",
"nprogress": "^0.2.0",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"throttle-debounce": "^4.0.1",
"url-loader": "^4.1.1",
"webpack": "^4.40.2",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"esbuild-loader": "^2.19.0",
"eslint": "^7.32.0",
"lightgallery": "^2.7.1",
"svg-inline-loader": "^0.8.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"vue/multi-word-component-names": 0
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}