-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.8 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "whatsapp-archive-viewer",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeopoldArkham/whatsapp-archive-viewer.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeopoldArkham/whatsapp-archive-viewer/issues"
},
"homepage": "https://github.com/LeopoldArkham/whatsapp-archive-viewer#readme",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"initial-webpack-message": "^1.0.1",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@emotion/css": "^11.10.5",
"better-webpack-progress": "^1.1.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^5.5.0",
"lodash.chunk": "^4.2.0",
"postcss-loader": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"uuid": "^3.4.0"
}
}