-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "hk-client-react",
"description": "HK React",
"repository": {
"type": "git",
"url": "[email protected]:ValentinMumble/hk-client-react.git"
},
"version": "0.1.0",
"main": "index.js",
"author": "Valentin Dijkstra",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.1",
"react-swipeable-views": "^0.14.0",
"socket.io-client": "^4.2.0",
"splashy": "^5.0.0",
"styled-components": "^5.3.1",
"typescript": "^4.4.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/react-swipeable-views": "^0.13.1",
"@types/splashy": "^5.0.0",
"@types/spotify-api": "^0.0.11",
"@types/styled-components": "^5.1.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"upload": "export $(cat .env | grep PKG | xargs) && rsync -avz -e 'ssh' ./build $PKG_DEPLOY_HOST:$PKG_DEPLOY_PATH",
"deploy": "yarn build && yarn upload"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}