This repository was archived by the owner on Aug 26, 2021. 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
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 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
47
48
49
50
51
{
"name": "icem_website",
"version": "1.0.0",
"description": "This is The Develpment Files of Icem",
"main": "index.js",
"scripts": {
"dev": "webpack --progress --mode=development",
"watch": "npm run dev -- --watch",
"dist": "webpack -p --mode=production",
"start": "http-server -c-1 -g --cors ./"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"bootstrap": "^4.3.1",
"gsap": "^3.0.2",
"jquery": "^3.4.1",
"owl.carousel": "^2.3.4",
"popper.js": "^1.16.0",
"scrollmagic": "^2.0.7",
"scrollmagic-plugin-gsap": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.1",
"file-loader": "^4.2.0",
"http-server": "^0.11.1",
"imports-loader": "^0.8.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",
"sass-loader": "^7.3.1",
"terser-webpack-plugin": "^1.4.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}