-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "wrd204_mctutorial",
"version": "1.0.0",
"private": true,
"description": "",
"main": "pug/index.pug",
"scripts": {
"start": "node node_modules/parcel-bundler/bin/cli.js ./src/index.pug --out-dir docs",
"build": "node node_modules/parcel-bundler/bin/cli.js build ./src/index.pug --out-dir docs --public-url /wrd204-mctutorial"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/highlight.js": "^9.12.4",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it-abbr": "^1.0.4",
"parcel-bundler": "^1.12.4",
"pug-cli": "^1.0.0-alpha6",
"sass": "^1.32.8",
"typescript": "^3.9.9"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@material/auto-init": "^5.1.0",
"@material/mwc-button": "^0.13.0",
"@material/mwc-icon": "^0.13.0",
"@material/mwc-tab": "^0.13.0",
"@material/mwc-tab-bar": "^0.13.0",
"@material/mwc-textfield": "^0.13.0",
"@webcomponents/webcomponentsjs": "^2.5.0",
"highlight.js": "^10.6.0",
"material-components-web": "^5.1.0"
}
}