-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 1.78 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
{
"name": "zhcet-web",
"version": "1.0.0",
"description": "[![CircleCI](https://img.shields.io/circleci/project/github/zhcet-amu/zhcet-web.svg)](https://circleci.com/gh/iamareebjamal/zhcet-web/tree/master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/80f74f30d47b4e1eb0550912f12ef1ab)](https://www.codacy.com/app/zhcet/zhcet-web) [![Server](https://img.shields.io/website-up-down-green-red/https/zhcet.herokuapp.com.svg?label=debug-server)](https://zhcet.herokuapp.com) [![License](https://img.shields.io/github/license/iamareebjamal/zhcet-web.svg)]() > A spring boot web MVC project for ZHCET college management",
"scripts": {
"watch": "rollup -c --watch",
"build-dev": "rollup -c",
"build": "cross-env NODE_ENV=production rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamareebjamal/zhcet-web.git"
},
"author": "",
"bugs": {
"url": "https://github.com/iamareebjamal/zhcet-web/issues"
},
"homepage": "https://github.com/iamareebjamal/zhcet-web#readme",
"devDependencies": {
"cross-env": "7.0.2",
"dotenv": "8.2.0",
"fs-extra": "9.0.0",
"globby": "11.0.0",
"rollup": "2.10.3",
"rollup-plugin-alias": "2.2.0",
"rollup-plugin-buble": "0.19.8",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "3.1.1",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "5.3.0",
"rollup-plugin-vue": "5.1.7",
"vue-template-compiler": "2.6.11"
},
"dependencies": {
"datatables.net": "1.10.21",
"datatables.net-bs4": "1.10.21",
"datatables.net-buttons": "1.6.2",
"datatables.net-buttons-bs4": "1.6.2",
"datatables.net-select": "1.3.1",
"datatables.net-select-bs4": "1.3.1",
"quicklink": "2.0.0",
"vue": "2.6.11",
"vuefire": "1.4.5"
}
}