-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "atv-tvnz",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@types/atvlegacycontentkit": "^7.7.0",
"@types/nunjucks": "^3.2.6",
"@types/q": "^1.5.5",
"atv-legacy-q": "^1.5.2",
"atv-legacy.js": "^0.3.22",
"nunjucks": "^3.2.4"
},
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/plugin-transform-strict-mode": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/template": "^7.24.0",
"@types/promise-polyfill": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-loader": "^8.2.3",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.11.0",
"raw-loader": "^4.0.2",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}