-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 963 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 963 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
32
{
"name": "project_elos",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/html/**/*.html --no-source-maps",
"build": "parcel build src/html/**/*.html --no-source-maps --public-url https://AVRGroup.github.io/ELoS/",
"testbuild": "parcel build src/html/**/*.html --no-source-maps --no-optimize --public-url https://AVRGroup.github.io/ELoS_test/",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AVRGroup/ELoS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AVRGroup/ELoS/issues"
},
"homepage": "https://AVRGroup.github.io/ELoS/",
"dependencies": {
"bootstrap": "^5.2.3",
"codemirror": "^6.0.1",
"three": "^0.149.0"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.2",
"gh-pages": "^5.0.0",
"parcel": "^2.8.2"
}
}