-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"name": "mdc-pug",
"version": "3.0.0-beta.6",
"description": "Material Components Web implemented in Pug",
"main": "index.pug",
"scripts": {
"build": "webpack",
"dev": "webpack --config-name=docs && gulp",
"docs": "http-server ./docs -c-1",
"prepublishOnly": "npm run build"
},
"dependencies": {
"material-components-web": "^13.0.0",
"pug": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"autoprefixer": "^10.3.6",
"babel-loader": "^8.2.2",
"babel-plugin-prismjs": "^2.1.0",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"gulp": "^4.0.2",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.0.0",
"http-server": "^13.0.2",
"jstransformer-markdown-it": "^2.1.0",
"marked": "^3.0.4",
"mini-css-extract-plugin": "^2.3.0",
"postcss": "^8.3.8",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"prismjs": "^1.25.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
},
"author": {
"name": "Oleg Polyakov",
"email": "olegpolyakov@outlook.com"
},
"license": "MIT",
"keywords": [
"mdc",
"pug",
"material",
"material-design",
"material-components"
]
}