-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
52
53
54
55
56
57
58
{
"name": "reactapp",
"version": "1.0.0",
"description": "my first react app",
"main": "Index.jsx",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-preset-stage-0": "^6.24.1",
"react-scripts": "0.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justrebeka/reactapp.git"
},
"author": "rebeka",
"license": "ISC",
"bugs": {
"url": "https://github.com/justrebeka/reactapp/issues"
},
"homepage": "https://github.com/justrebeka/reactapp#readme",
"dependencies": {
"auth0-js": "^9.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"browser-sync": "^2.18.13",
"browserify": "^16.2.2",
"connect-history-api-fallback": "^1.5.0",
"cssify": "^1.0.3",
"events": "^1.1.1",
"flux": "^3.1.2",
"griddle-react": "^1.13.1",
"griddle-react-bootstrap": "^0.4.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-eslint": "^4.0.2",
"gulp-open": "^3.0.1",
"http-proxy": "^1.17.0",
"jquery": "^3.3.1",
"object-assign": "^4.1.1",
"react": "^15.6.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-modal": "^3.4.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"superagent": "^3.5.2",
"vinyl-source-stream": "^2.0.0",
"react-block-ui": "^1.1.1"
}
}