-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 777 Bytes
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
{
"name": "markers-editor-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build src/index.html",
"dev": "parcel serve src/index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "git@github.com:virpool/markers-editor-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://github.com/virpool/markers-editor-frontend#readme",
"devDependencies": {
"eslint": "^8.0.1",
"less": "^4.1.1",
"parcel-bundler": "^1.12.3"
},
"dependencies": {
"@splidejs/splide": "^2.4.21",
"core-js": "^3.13.1",
"focus-trap": "^6.4.0",
"reset-css": "^5.0.1"
}
}