forked from Gethyl/AngularJsWithReact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 714 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 714 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
{
"name": "angular1react",
"version": "1.0.0",
"description": "Test React with AngularJS 1.x",
"main": "index.js",
"author": "Gethyl George Kurian",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --content-base --inline --hot"
},
"dependencies": {
"angular": "^1.6.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-forms-builder": "git+https://github.com/sorioinc/react-form-builder.git"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}