forked from freearhey/web-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.85 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
{
"name": "web-learn",
"description": "Web Learn is an open source service which provides simple access to thousands of video lessons on web developing and programming.",
"repository": {
"type": "git",
"url": "git+https://github.com/freearhey/web-learn.git"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/freearhey/web-learn/issues"
},
"author": "Arhey",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "webpack --mode production --progress --hide-modules",
"analyzer": "webpack --progress --hide-modules --env.analyze"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"animate.css": "^3.7.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.0",
"bulma": "^0.2.3",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^3.2.0",
"dayjs": "^1.8.15",
"debounce": "^1.2.0",
"dotenv": "^8.1.0",
"file-loader": "^0.9.0",
"json-loader": "^0.5.7",
"jsonp": "^0.2.1",
"linkifyjs": "^2.1.7",
"lodash.chunk": "latest",
"lodash.map": "latest",
"lodash.merge": "latest",
"lodash.orderby": "latest",
"lodash.truncate": "^4.4.2",
"nl2br": "^0.0.3",
"node-sass": "^4.12.0",
"numeral": "^2.0.6",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.13.2",
"vue": "^2.6.10",
"vue-head": "^2.1.2",
"vue-infinite-scroll": "^2.0.2",
"vue-loader": "^15.7.1",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.1.2",
"vue-template-compiler": "^2.6.10",
"vue2-filters": "^0.1.9",
"webpack": "^4.2.0",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.11",
"yaml-loader": "^0.4.0",
"youtube-duration-format": "^0.2.0"
}
}