-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 2.07 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
49
50
51
52
53
54
55
56
57
58
{
"name": "silverstripe-bootstrap",
"version": "1.0.0",
"description": "SilverStripe Theme using Bootstrap 4",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "4.6.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.25.3",
"eslint-webpack-plugin": "^3.1.1",
"imagesloaded": "^5.0.0",
"jquery": "^3.5.0",
"matchheight": "^0.1.2",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.0",
"popper.js": "^1.15.0",
"postcss-loader": "^7.0.1",
"postcss-scss": "^4.0.4",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-webpack-plugin": "^3.1.0",
"tether": "^2.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0"
},
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"dev": "NODE_ENV=development webpack --config webpack.dev.js --stats-error-details",
"watch": "NODE_ENV=development webpack serve --open --config webpack.dev.js --watch --progress",
"start": "NODE_ENV=development webpack serve --open --config webpack.dev.js",
"lint:styles": "stylelint src/scss/**/*.scss",
"lint:styles:fix": "stylelint src/scss/**/*.scss --fix",
"lint:scripts": "eslint src/javascript/**/*.js",
"lint:scripts:fix": "eslint src/javascript/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i-lateral/silverstripe-bootstrap-4.git"
},
"license": "BSD 3-Clause",
"bugs": {
"url": "https://github.com/i-lateral/silverstripe-bootstrap-4/issues"
},
"homepage": "https://github.com/i-lateral/silverstripe-bootstrap-4#readme"
}