-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 824 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 824 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
{
"name": "react-angularjs-bridge",
"version": "0.1.0",
"private": true,
"engines": {
"node" : ">=8.11.0",
"npm" : ">=5.6.0"
},
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts-ts": "2.16.0",
"angular": "1.7.2"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --env jsdom --scripts-version react-scripts-ts",
"eject": "react-app-rewired eject"
},
"devDependencies": {
"@types/angular": "^1.6.51",
"@types/jest": "^23.1.1",
"@types/node": "^10.3.4",
"@types/react": "^16.4.0",
"@types/react-dom": "^16.0.6",
"react-app-rewired": "^1.5.2",
"typescript": "^2.9.2"
}
}