-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.15 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.15 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "larus",
"version": "1.0.0",
"description": "Laruss",
"main": "app.js",
"repository": "https://github.com/kvalexandr/laruss-html.git",
"homepage": "https://kvalexandr.github.io/laruss-html/",
"license": "MIT",
"scripts": {
"build": "rimraf dist && webpack --config ./build/webpack.config.js --env.NODE_ENV=development --mode=development --progress",
"dev-network": "webpack-dev-server --config ./build/webpack.config.js --env.NODE_ENV=development --mode=development --progress --open --host 0.0.0.0",
"dev": "webpack-dev-server --config ./build/webpack.config.js --env.NODE_ENV=development --mode=development --progress --open",
"prod": "rimraf dist && webpack --config ./build/webpack.config.js --env=production --mode=production -p --progress ",
"deploy": "gh-pages -d dist",
"predeploy": "npm run prod"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-module-resolver": "^3.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^3.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.7.2",
"postcss": "^6.0.21",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.3",
"postcss-modules": "^1.1.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"rimraf": "^2.6.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"terser-webpack-plugin": "^1.2.2",
"tslib": "^1.9.0",
"url-loader": "^1.0.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"bootstrap": "^4.5.0",
"flickity": "^2.2.1",
"jquery": "^3.3.1",
"jquery-datetimepicker": "^2.5.21",
"jquery.maskedinput": "^1.4.1",
"normalize.css": "^8.0.0",
"simplebar": "^5.3.0",
"slick-carousel": "^1.8.1"
}
}