-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 913 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 913 Bytes
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": "style-pack",
"version": "0.0.0",
"description": "StylePack",
"main": "server.js",
"author": {
"name": ""
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"css-loader": "^6.8.1",
"eslint": "^8.21.0",
"eslint-plugin-eslint-plugin": "^5.1.0",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"sass": "^1.63.3",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"stylelint": "^15.7.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2023,
"sourceType": "module"
},
"rules": {}
},
"dependencies": {
"@azure/identity": "^3.2.2",
"@azure/keyvault-secrets": "^4.7.0",
"@azure/storage-blob": "^12.14.0",
"mssql": "^9.1.1"
}
}