-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.59 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
{
"name": "virtual-campus",
"version": "0.1.0",
"description": "An easy-to-use information center for Foothill's virtual campus.",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server",
"lint": "prettier --check \"./**/*.{svelte,js,html}\"",
"lint:fix": "prettier --write \"./**/*.{svelte,js,html}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madhavarshney/virtual-campus.git"
},
"author": "Madhav Varshney",
"license": "MIT",
"bugs": {
"url": "https://github.com/madhavarshney/virtual-campus/issues"
},
"homepage": "https://github.com/madhavarshney/virtual-campus#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"compile-ejs-loader": "0.0.2",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss": "^7.0.36",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"precss": "^4.0.0",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-stylish": "^0.1.8",
"webpackbar": "^4.0.0"
},
"dependencies": {
"swiper": "^5.3.7"
}
}