-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.56 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
{
"name": "rym-lastfm-stats",
"version": "1.3.7",
"description": "",
"main": "background.js",
"scripts": {
"build:chrome": "webpack --env browser=chrome",
"build:firefox": "webpack --env browser=firefox",
"build": "npm run build:firefox && npm run build:chrome",
"dev:chrome": "webpack --env browser=chrome --watch",
"dev:firefox": "webpack --env browser=firefox --watch",
"dev": "npm run dev:firefox && npm run dev:chrome",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{js,vue,json,css,scss}\""
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-webpack-plugin": "^4.2.0",
"glob": "^11.0.0",
"globals": "^15.9.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"terser-webpack-plugin": "^5.3.10",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"date-fns": "^3.6.0",
"lodash": "^4.17.21",
"vue": "^3.4.38"
}
}