-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 980 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": "react-template",
"version": "1.0.0",
"description": "A simple app that implements my way of doing react.js",
"main": "app/index.js",
"scripts": {
"start": "node app/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ermir Suldashi",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"react": "^16.7.0",
"react-auto-bind": "^0.4.2",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.1",
"browserify": "^16.2.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-minify": "^3.1.0",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}