-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 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
43
44
45
46
{
"name": "gestore",
"version": "1.0.0",
"description": "front",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"front": "npx parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcanasp/gestore.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dcanasp/gestore/issues"
},
"homepage": "https://github.com/dcanasp/gestore#readme",
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.2",
"chart.js": "^3.9.1",
"desandro-matches-selector": "^2.0.2",
"dotenv": "^16.0.3",
"ev-emitter": "^2.1.2",
"fizzy-ui-utils": "^3.0.0",
"imports-loader": "^4.0.1",
"isotope-layout": "^3.0.6",
"jquery": "^3.6.1",
"parcel": "^2.8.0",
"sweetalert2": "^11.6.15"
},
"devDependencies": {
"buffer": "^5.7.1",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"util": "^0.12.5"
}
}