-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.13 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.13 KB
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
52
{
"name": "react-testing",
"version": "1.0.0",
"description": "get in touch with React.js",
"main": "README.md",
"private": false,
"contributors": [
{
"name": "Alexander Baum",
"email": "mail@alexbaum.de"
},
{
"name": "Gedeon Moritz",
"email": "gedeonmoritz@web.de"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/4lexBaum/react-testing.git"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"scripts": {
"build": "browserify -t [babelify reactify] ./index.js -o ./public/bundle.js",
"server": "node ./src/Backend/server.js"
},
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"browserify": "^13.1.0",
"c3": "^0.4.11",
"d3": "^4.3.0",
"express": "^4.14.0",
"highcharts": "^4.2.7",
"react": "^15.3.2",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.2",
"react-router": "^2.8.1",
"reactify": "^1.1.1",
"socket.io": "^1.4.8"
}
}