-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 918 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 918 Bytes
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-joomla",
"version": "0.1.0",
"description": "An example project demonstrating how to connect Joomla to React",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecrona/react-joomla.git"
},
"author": "ecrona",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecrona/react-joomla/issues"
},
"homepage": "https://github.com/ecrona/react-joomla#readme",
"dependencies": {
"es6-promise": "3.2.1",
"gulp": "^3.9.1",
"gulp-webpack": "^1.5.0",
"history": "2.1.1",
"object-assign": "4.1.0",
"react": "15.3.0",
"react-dom": "15.3.0",
"react-redux": "4.4.5",
"react-router": "2.6.1",
"react-router-redux": "4.0.5",
"redux": "3.5.2",
"redux-thunk": "2.1.0",
"superagent": "2.2.0",
"ts-loader": "0.8.2",
"typescript": "1.8.10",
"webpack": "^1.13.1"
}
}