source: main/trunk/model-interfaces-dev/atea/package.json@ 35294

Last change on this file since 35294 was 35282, checked in by davidb, 3 years ago

Start transition to Vue for layout composition

File size: 569 bytes
Line 
1{
2 "name": "atea-interface",
3 "version": "0.0.1",
4 "description": "An interface designed for the Atea project, that integrates with the Greenstone3 Digital Library",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "author": "",
9 "license": "GPL-2.0-or-later",
10 "devDependencies": {
11 "@types/jquery": "^3.5.6",
12 "fibers": "^5.0.0",
13 "grunt": "^1.4.1",
14 "grunt-contrib-watch": "^1.1.0",
15 "grunt-sass": "^3.1.0",
16 "load-grunt-tasks": "^5.1.0",
17 "sass": "^1.37.5"
18 },
19 "dependencies": {
20 "vue": "^3.2.1"
21 }
22}
Note: See TracBrowser for help on using the repository browser.