-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.46 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
{
"name": "webpack-starter-theme",
"version": "1.0.0",
"description": "Silverstripe theme using Bootstrap 5",
"main": ".eslintrc.js",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"css-loader": "^6.8.1",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.7",
"eslint-plugin-import": "^2.28.1",
"eslint-webpack-plugin": "^4.0.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"postcss-scss": "^4.0.7",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-webpack-plugin": "^4.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack build --mode=production",
"dev": "webpack --watch --stats-error-details",
"lint:styles": "stylelint src/scss/**/*.scss",
"lint:styles:fix": "stylelint src/scss/**/*.scss --fix || echo \"lint faild for some file(s).\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dynamic/webpack-starter-theme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dynamic/webpack-starter-theme/issues"
},
"homepage": "https://github.com/dynamic/webpack-starter-theme#readme"
}