-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 929 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
30
31
32
33
{
"name": "ourss",
"version": "0.9.5",
"description": "Swank podcast pwa",
"main": "index.js",
"author": "Jamie Smith",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@babel/plugin-syntax-decorators": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"fast-xml-parser": "^4.0.9",
"html-webpack-plugin": "^5.5.0",
"idb": "^7.0.2",
"lwc": "^5.2.2",
"lwc-webpack-plugin": "^3.0.5",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.10.0",
"workbox-webpack-plugin": "^6.5.4"
},
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production --env production",
"build:dev": "webpack --mode=development --env development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"realm-web": "^2.0.0"
}
}