-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.8 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
{
"name": "transsignal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack -d",
"build": "webpack --mode production && prettier --parser html --write dist/*.html",
"watch": "webpack --mode development --watch",
"start": "webpack-dev-server --mode development --open firefox",
"watch-steril": "webpack --config webpack-steril.config.js --mode development --watch",
"build-steril": "webpack --config webpack-steril.config.js --mode production && prettier --parser html --write dist-steril/*.html",
"start-steril": "webpack-dev-server --config webpack-steril.config.js --mode development --open firefox",
"deploy-steril-js": "node deploy-steril-js"
},
"keywords": [],
"author": "Enteragency",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.8.3",
"core-js": "^2.5.7",
"css-vars-ponyfill": "^2.2.1",
"inputmask": "^5.0.3",
"jquery": "^3.4.1",
"object-fit-images": "^3.2.4",
"swiper": "^5.2.0",
"uikit": "^3.2.3",
"ymaps": "^0.2.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"raw-loader": "^3.1.0",
"sass-loader": "^8.0.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}