-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "teamastra",
"version": "1.0.0",
"description": "Website for Team Astra of CEA",
"repository": "https://github.com/ceadoor/teamastracea.in.git",
"author": "abhijithvijayan <[email protected]>",
"license": "MIT",
"private": true,
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --progress --watch --mode=development",
"dev": "webpack-dev-server --open --mode=development"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"glob": "^7.1.4",
"html-srcsets-loader": "^0.5.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"normalize.css": "^8.0.1",
"popper.js": "^1.15.0"
}
}