-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.93 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
65
66
67
{
"name": "mdsm",
"version": "2.0.1",
"description": "A jQuery | JavaScript plugin built on top of Bootstrap’s framework to create a mobile responsive menu similar to Google’s Material Design.",
"main": "dist/js/mdsm.vanilla.min.js",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"create": "webpack --config webpack.demo.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/corneliucirlan/mdsm.git"
},
"keywords": [
"jquery-plugin",
"jquery",
"bootstrap",
"material design",
"menu",
"mobile",
"responsive"
],
"author": "Corneliu Cîrlan <corneliu@corneliucirlan.com> (https://www.corneliucirlan.com)",
"license": "ISC",
"bugs": "https://github.com/corneliucirlan/mdsm/issues",
"homepage": "https://mdsm.corneliucirlan.com/",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.1.0",
"babel-plugin-prismjs": "^2.0.1",
"css-loader": "^6.7.1",
"favicons": "6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"html-loader": "^3.1.0",
"html-react-parser": "^1.4.9",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.0.9",
"postcss-html": "^1.3.0",
"postcss-loader": "^6.2.1",
"prismjs": "^1.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.1.0",
"sass": "^1.32.8",
"sass-loader": "^12.6.0",
"serialize-javascript": "^6.0.0",
"stylelint": "^14.6.1",
"stylelint-config-recommended": "^7.0.0",
"stylelint-webpack-plugin": "^3.2.0",
"webpack": "^5.25.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.7.3",
"webpack-remove-empty-scripts": "^0.7.1"
},
"dependencies": {
"bootstrap": "^5.1.3",
"jquery": "^3.5.1"
}
}