This repository was archived by the owner on Dec 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
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": "codebug.ru",
"version": "1.0.0",
"description": "Blog based on the lumen framework",
"main": "app.js",
"directories": {
"test": "tests"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+http://github.com/DenSul/codebug.ru.git"
},
"author": "Sultanov Denis",
"license": "MIT",
"bugs": {
"url": "http://github.com/DenSul/codebug.ru/issues"
},
"homepage": "http://github.com/DenSul/codebug.ru#readme",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"lodash": ">=4.17.13"
},
"devDependencies": {
"autoprefixer": "^9.6.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^2.1.1",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
}
}