-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
{
"name": "scrobble",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env PUBLIC_URL='/' react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false PUBLIC_URL='/' react-scripts build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikita-skobov/scrobble.git"
},
"keywords": [],
"author": "Nikita Skobov",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikita-skobov/scrobble/issues"
},
"homepage": "https://github.com/nikita-skobov/scrobble#readme",
"dependencies": {
"bootstrap": "^4.3.1",
"express": "^4.17.1",
"react": "^16.10.2",
"react-app-polyfill": "^1.0.4",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"react-scripts": "^3.2.0",
"reactstrap": "^8.0.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cross-env": "^6.0.3"
}
}