-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 962 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
{
"name": "angularjs-react-sample",
"private": true,
"version": "1.0.0",
"description": "An example using react components in angularjs",
"repository": "https://github.com/zotoio/angularjs-react-sample",
"license": "MIT",
"devDependencies": {
"live-server": "^0.9.2"
},
"dependencies": {
"@types/angular": "^1.6.51",
"@types/angular-material": "1.1.59",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"angular": "^1.7.4",
"angular-animate": "^1.7.4",
"angular-aria": "^1.7.4",
"angular-material": "^1.1.10",
"angular-messages": "^1.7.4",
"angular-resource": "^1.7.4",
"angular-sanitize": "^1.7.4",
"angular2react": "^3.0.2",
"ngreact": "^0.5.1",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react2angular": "^4.0.4",
"systemjs": "^0.19.0",
"typescript": "^3.1.1"
},
"scripts": {
"start": "live-server --open=app"
}
}