-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.9 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
59
60
61
62
63
64
{
"name": "madosel",
"description": "The most and fast advanced responsive html front-end framework.",
"homepage": "https://www.madosel.com/",
"author": "Kenan Gündoğan",
"main": "dist/css/madosel.min.css",
"style": "dist/css/madosel-component.min.css",
"script": "dist/js/madosel-component.js",
"license": "MIT",
"version": "1.0.0-alpha12",
"repository": {
"type": "git",
"url": "https://github.com/kenangundogan/madosel.git"
},
"bugs": {
"url": "https://github.com/kenangundogan/madosel/issues"
},
"keywords": [
"madosel",
"css",
"sass",
"scss",
"style",
"framework",
"css-framework",
"sass-framework",
"scss-framework",
"javascript",
"javascript-framework"
],
"contributors": [
"Kenan Gündoğan <[email protected]>"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/kenangundogan"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"dev": "webpack --config webpack.dev.js",
"prod": "webpack --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^8.0.0",
"css-loader": "^5.2.4",
"mini-css-extract-plugin": "^2.0.0",
"postcss": "^8.2.15",
"postcss-loader": "^6.1.0",
"sass": "^1.32.13",
"sass-loader": "^12.0.0",
"style-loader": "^3.0.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-merge": "^5.7.3",
"webpack-remove-empty-scripts": "^0.7.1"
}
}