forked from sptm-unam/seminario-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "seminario-app",
"version": "1.0.0",
"description": "Planes y temario del primer proyecto de desarrollo de software: Diseño de una librería de programación.",
"scripts": {
"start": "parcel ./index.html",
"playground": "parcel ./playground.html",
"repl": "parcel ./terminal_js/dark.html",
"build": "parcel build ./index.html --public-url ./",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sptm-unam/seminario-app.git"
},
"author": "SPTM",
"license": "ISC",
"bugs": {
"url": "https://github.com/sptm-unam/seminario-app/issues"
},
"homepage": "https://github.com/sptm-unam/seminario-app#readme",
"dependencies": {
"@codemirror/commands": "^6.2.2",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/language": "^6.6.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.3",
"@lezer/highlight": "^1.1.4",
"@types/jest": "^29.5.1",
"codemirror": "^6.0.1",
"lezer": "^0.13.5",
"parcel-reporter-static-files-copy": "^1.5.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.8.3",
"@parcel/transformer-webmanifest": "^2.8.3",
"buffer": "^5.7.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"parcel": "^2.8.3",
"process": "^0.11.10"
}
}