-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
78 lines (78 loc) · 2.13 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
68
69
70
71
72
73
74
75
76
77
78
{
"devDependencies": {
"@types/marked": "^0.6.5",
"@vue/component-compiler-utils": "^3.0.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap-vue": "^2.0.0-rc.11",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"file-loader": "^4.0.0",
"gh-pages": "^2.0.1",
"gh-pages-deploy": "^0.5.1",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"npm-run-all": "^4.1.5",
"ts-loader": "^6.0.2",
"ts-node": "^8.2.0",
"typescript": "^3.5.1",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bootswatch": "^4.3.1",
"core-js": "^3.1.3",
"debounce": "^1.2.0",
"jquery": "3",
"marked": "^0.6.2",
"match-all": "^1.2.5",
"monaco-editor": "^0.17.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"parcel-bundler": "^1.12.3",
"path": "^0.12.7",
"popper.js": "^1.15.0",
"striptags": "^3.1.1",
"style-loader": "^0.23.1",
"text-encoder-lite": "^1.0.1",
"tutorials": "^1.0.0",
"ua-parser-js": "^0.7.19",
"underscore": "^1.9.1",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"vue-monaco": "^0.3.2",
"vue-router": "^3.0.6",
"webpack": "^4.33.0"
},
"name": "CodingWithTom",
"description": "",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"serve": "node parcel.js",
"build": "npm-run-all build:*",
"build:parcel": "cross-env NODE_ENV=production parcel build index.html --public-url . --no-source-maps",
"build:gulp": "gulp",
"deploy": "npm-run-all deploy:*",
"deploy:bump": "npm version minor",
"deploy:build": "npm run build",
"deploy:deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "https://github.com/Glitch0011/CodingWithTom.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Glitch0011/CodingWithTom/issues"
},
"alias": {
"vue$": "vue/dist/vue.js"
},
"homepage": "https://github.com/Glitch0011/CodingWithTom#readme"
}