-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.47 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
{
"scripts": {
"build:prod": "webpack --config webpack.prod.js --mode production",
"build": "webpack --config webpack.dev.js --mode development",
"prepare": "husky",
"watch": "webpack --config webpack.dev.js --watch --mode development"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.2",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"tom-select": "2.3.1"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-plugin": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"autoprefixer": "10.4.17",
"babel-loader": "9.1.3",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.10.0",
"eslint": "9.7.0",
"eslint-plugin-promise": "6.4.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"mini-css-extract-plugin": "2.8.1",
"neostandard": "^0.11.1",
"path-browserify": "1.0.1",
"postcss": "8.4.35",
"postcss-loader": "8.1.0",
"prettier": "3.3.3",
"sass": "1.72.0",
"sass-loader": "14.1.0",
"stylelint": "16.2.1",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-declaration-strict-value": "1.10.4",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "5.90.3",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
}
}