-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 861 Bytes
/
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
{
"name": "pioneer-experiment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently \"next\" \"nodemon server.js \"",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "2.2.6",
"concurrently": "^5.1.0",
"express": "4.17.1",
"next": "9.2.1",
"prop-types": "15.7.2",
"query-string": "6.10.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-redux": "7.1.3",
"react-youtube": "7.9.0",
"redux": "4.0.5",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.0",
"nodemon": "^2.0.2",
"prettier": "1.19.1"
}
}