-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "marinavv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --config=webpack.config.js --env.development=true",
"build": "webpack --config=webpack.config.js --env.production=true"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"aos": "^3.0.0-beta.6",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"cocoen": "^2.0.5",
"imagesloaded": "^4.1.4",
"jquery": "^3.4.1",
"jquery-lazy": "^1.7.10",
"masonry-layout": "^4.2.2",
"popper.js": "^1.15.0",
"sweetalert2": "^8.13.0",
"swiper": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"file-loader": "^4.0.0",
"gzip-loader": "0.0.1",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"imagemin-webpack": "^4.1.0",
"node-sass": "^4.12.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
}
}