-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "portugolweb",
"version": "2.0.0",
"description": "Portugol Web",
"main": "src/index.js",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "npx eslint ./",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erickweil/portugolweb.git"
},
"author": "Erick Leonardo Weil",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/erickweil/portugolweb/issues"
},
"homepage": "https://erickweil.github.io/portugolweb/",
"dependencies": {
"ace-builds": "^1.43.6"
},
"devDependencies": {
"@eslint/compat": "^2.0.3",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/ace": "^0.0.52",
"@vitejs/plugin-legacy": "^8.0.1",
"eslint": "^10",
"globals": "^17.4.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"node-fetch": "^3.3.2",
"prettier": "^3.8.1",
"terser": "^5.46.1",
"vite": "^8.0.0"
}
}