-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.08 KB
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
{
"name": "github-voice-notes",
"version": "0.1.0",
"private": true,
"dependencies": {
"@github/file-attachment-element": "^1.0.3",
"javascript-state-machine": "^3.1.0",
"mixpanel-browser": "^2.41.0",
"react": "^16.13.1",
"react-countdown": "^2.3.2",
"react-dom": "^16.13.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chrome": "0.0.144",
"@types/dom-mediacapture-record": "^1.0.7",
"@types/mixpanel-browser": "^2.35.6",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^5.0.1",
"dotenv-webpack": "^7.0.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"source-map-loader": "^0.2.4",
"style-loader": "^2.0.0",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"url-loader": "^4.1.1",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"start": "webpack --watch --progress",
"build": "webpack -p --mode production"
}
}