-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 Bytes
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
{
"name": "robfreundlich-github-io",
"version": "1.0.0",
"description": "",
"private": "true",
"devDependencies": {
"@tsconfig/node16-strictest-esm": "^1.0.0",
"@tsconfig/recommended": "^1.0.1",
"@types/lodash": "^4.14.181",
"@types/react": "^17.0.44",
"@types/react-dom": "^18.0.0",
"async-mutex": "^0.3.2",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"spotify-web-api-js": "^1.5.2",
"ts-loader": "^9.2.8",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"scripts": {
"clean": "rm -rf dist/*",
"build": "build.sh",
"build-prod": "cp src/index.html dist && webpack --mode production",
"start": "webpack-dev-server --mode development"
},
"dependencies": {
"dexie": "^3.2.1"
}
}