-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1014 Bytes
/
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
{
"name": "kedmine-chrome",
"version": "1.0.0",
"description": "Browser extension for Redmine Issues with some cool features like K Style",
"main": ".eslintrc.js",
"scripts": {
"dev": "webpack --watch --mode production",
"build": "webpack --mode production"
},
"author": "Koray Zorluoglu",
"license": "ISC",
"dependencies": {
"axios": "^1.5.1",
"bootstrap": "^5.3.2",
"dexie": "^3.2.4",
"mdue": "^0.1.4",
"mitt": "^3.0.1",
"postcss": "^8.4.31",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vue-template-compiler": "^2.7.14"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"vue-loader": "^17.2.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}