-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.35 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
{
"name": "cookie-quick-copy",
"version": "2.2.0",
"private": true,
"scripts": {
"watch": "vue-cli-service build --watch --mode production",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:zip": "vue-cli-service build --zip",
"build:crx": "vue-cli-service build --crx",
"build:all": "vue-cli-service build --all",
"lint": "vue-cli-service lint"
},
"dependencies": {
"ant-design-vue": "^2.2.8",
"core-js": "^3.8.3",
"lodash-es": "^4.17.21",
"tldjs": "^2.3.1",
"url": "^0.11.4",
"vue": "^3.2.13",
"vue-i18n": "10"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@types/chrome": "^0.0.128",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"adm-zip": "^0.5.16",
"babel-plugin-import": "^1.13.3",
"copy-webpack-plugin": "6.0.2",
"crx": "^5.0.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-vuejs-accessibility": "^1.1.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.5.5"
}
}