forked from farend/redmine_theme_farend_bleuclair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.32 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
{
"name": "bleuclair",
"version": "0.4.4",
"description": "| :warning: | 利用しているRedmineのバージョンによってインストール方法が違います。インストール方法をご確認ください。 | | --- | --- |",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --watch --mode=production",
"start:dev": "webpack --watch --mode=development",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farend/redmine_theme_farend_bleuclair.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/farend/redmine_theme_farend_bleuclair/issues"
},
"homepage": "https://github.com/farend/redmine_theme_farend_bleuclair#readme",
"devDependencies": {
"@babel/preset-env": "^7.22.20",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"file-loader": "^6.2.0",
"husky": "^8.0.0",
"is-svg": ">=5.0.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2"
}
}