-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.53 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
{
"name": "chrome-extension",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --silent",
"lint": "vue-cli-service lint",
"build-watch": "vue-cli-service --env.NODE_ENV=development build-watch --mode development"
},
"dependencies": {
"core-js": "^3.25.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^7.14.0",
"psl": "^1.9.0",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^2.0",
"@tailwindcss/forms": "^0.5.3",
"@types/chrome": "^0.0.196",
"@types/jest": "^27.0",
"@types/lodash.debounce": "^4.0.7",
"@types/psl": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.2",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"autoprefixer": "^10.4.8",
"babel-jest": "^27.0.6",
"eslint": "^8.23.0",
"eslint-plugin-vue": "^9.4.0",
"jest": "^27.0.5",
"postcss": "^8.4.16",
"sass": "^1.54.8",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8",
"ts-jest": "^27.0.4",
"typescript": "~4.8",
"vue-cli-plugin-chrome-extension-cli": "~1.1.4"
}
}