-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "@learn-codin/async",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server",
"prebuild": "rm -rf docs",
"build": "webpack --mode=production",
"predeploy": "npm run build && git add docs",
"deploy": "git commit -m'updated 📑' && git push"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@codin/cwc-code-highlight": "^0.1.7",
"@material/mwc-icon": "^0.15.0",
"@material/mwc-list": "^0.15.0",
"Prism": "^2.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"extract-loader": "^5.0.1",
"file-loader": "^6.0.0",
"html-webpack-tags-plugin": "^2.0.17",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"lit-scss-loader": "^1.0.0",
"rxjs": "^6.5.5",
"sass-loader": "^8.0.2",
"save-dev": "0.0.1-security",
"ts-loader": "^7.0.2",
"tslib": "^1.11.1",
"typescript": "^3.8.3",
"url-pattern": "^1.0.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@material/layout-grid": "^6.0.0",
"@material/mwc-button": "^0.15.0",
"html-webpack-plugin": "^4.3.0",
"sass": "^1.26.5",
"script-ext-html-webpack-plugin": "^2.1.4"
}
}