-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "cea.ac.in",
"version": "1.1.0",
"description": "Website for College of Engineering Adoor",
"main": "index.js",
"private": true,
"engines": {
"node": ">= 8 <11"
},
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --progress --watch --mode=development",
"start": "webpack-dev-server --open --mode=development"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.5",
"node-glob": "^1.2.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^1.17.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.2",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"animate.css": "^3.7.0",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"owl.carousel": "^2.3.4",
"popper.js": "^1.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ceadoor/cea.ac.in"
},
"bugs": {
"url": "https://github.com/ceadoor/cea.ac.in/issues"
},
"author": "Ashik Meerankutty",
"license": "MIT"
}