-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
36
37
38
39
40
41
{
"name": "typescript-extension",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve --mode=development"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@craftdocs/craft-extension-api": "0.0.4",
"@craftdocs/craft-extension-api-sdk": "0.0.4",
"@types/node": "^20.11.5",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/xml2js": "^0.4.14",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"react-dev-utils": "^11.0.4",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.62.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"https-browserify": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rss-parser": "^3.13.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"timers-browserify": "^2.0.12"
}
}