-
Notifications
You must be signed in to change notification settings - Fork 135
/
package.json
37 lines (37 loc) · 1.18 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
{
"name": "responsive-bp",
"description": "A powerful, accessible, developer friendly framework for building responsive websites.",
"version": "5.0.0",
"homepage": "http://responsivebp.com",
"author": "James South",
"repository": {
"type": "git",
"url": "https://github.com/responsivebp/responsive.git"
},
"bugs": {
"url": "https://github.com/responsivebp/responsive/issues"
},
"license": "MIT",
"scripts": {
"dev": "webpack --config webpack.config.js --mode=development --progress --color --watch",
"build": "webpack --config webpack.config.js --mode=production --progress --color"
},
"devDependencies": {
"autoprefixer": "^10.1.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"cssnano": "^5.1.14",
"eslint": "^7.16.0",
"eslint-loader": "^4.0.2",
"mini-css-extract-plugin": "^1.3.3",
"postcss": "^8.2.1",
"postcss-loader": "^4.1.0",
"qunit": "^2.13.0",
"sass-loader": "^10.1.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"node-sass": "^7.0.0"
}
}