-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
29 lines (29 loc) · 846 Bytes
/
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
{
"private": true,
"name": "crypto-tab",
"version": "1.1.0",
"scripts": {
"build:extension:webkit": "ENV='extension-webkit' gulp build",
"build:extension:gecko": "ENV='extension-gecko' gulp build",
"build:extension:watch:webkit": "ENV='extension-webkit' gulp build:watch",
"build:extension:watch:gecko": "ENV='extension-gecko' gulp build:watch",
"build:website": "ENV='website' gulp build",
"build:website:watch": "ENV='website' gulp build:watch"
},
"dependencies": {
"axios": "0.16.2",
"chart.js": "4.4.3",
"dayjs": "1.11.11",
"super-repo": "2.1.4"
},
"devDependencies": {
"@eslint/js": "9.6.0",
"eslint": "9.6.0",
"globals": "15.8.0",
"gulp": "5.0.0",
"gulp-notify": "4.0.0",
"gulp-rename": "2.0.0",
"gulp-replace-task": "2.0.1",
"prettier": "3.3.2"
}
}