-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 957 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 957 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
33
34
35
{
"directories": {
"test": "tests"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"@playwright/test": "^1.53.2",
"@types/node": "^20.14.5",
"babel-loader": "^9.1.2",
"commander": "^9.4.0",
"dotenv": "^16.0.3",
"envfile": "^6.18.0",
"fs-extra": "^11.2.0",
"glob": "^8.0.3",
"he": "^1.2.0",
"json5": "~2.2.1",
"parsecurrency": "^1.1.0",
"prompt-sync": "^4.2.0",
"webpack": "^5.79.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.1"
},
"scripts": {
"fast": "bash -i scripts/run-fast.sh",
"slow": "bash -i scripts/run-slow.sh",
"rename-service-ids": "node scripts/rename-service-ids-in-firebase-config.mjs"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:eyeo/websites/web.adblockplus.org.git"
}
}