forked from microsoft/fuse-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.22 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@fuselab/webui",
"version": "1.0.12",
"description": "bot framework satellite mono repo",
"main": "index.js",
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna run build",
"build-all": "lerna run build-all",
"test": "lerna run test",
"tslint": "lerna run tslint",
"tagVersion": "lerna exec npm version --allow-same-version",
"publishAll": "lerna exec npm publish",
"prepush": "npm run build-all & npm run tslint & npm run test"
},
"author": "hailiu@microsoft.com",
"license": "MIT",
"devDependencies": {
"@types/enzyme": "^3.1.8",
"@types/jasmine": "^2.8.6",
"@types/react-router-dom": "^4.2.3",
"@types/request": "^2.47.0",
"@types/underscore": "^1.8.7",
"@types/yargs": "^8.0.2",
"@uifabric/icons": "~5.6.0",
"@uifabric/merge-styles": "~5.13.0",
"@uifabric/styling": "~5.20.0",
"@uifabric/utilities": "~5.19.0",
"applicationinsights-js": "^1.0.15",
"awesome-typescript-loader": "^3.4.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.9",
"draft-js": "^0.10.5",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"history": "~4.7.2",
"html-webpack-plugin": "^2.30.1",
"identity-obj-proxy": "^3.0.0",
"jasmine": "^2.9.0",
"jest": "^22.1.4",
"lerna": "~2.10.0",
"macaddress": "^0.2.9",
"merge": "^1.2.1",
"office-ui-fabric-react": "~6.1.2",
"original": "^1.0.2",
"rc": "^1.2.8",
"react": "~16.3.2",
"react-dom": "~16.3.2",
"react-redux": "~5.0.6",
"react-router": "~4.2.0",
"react-router-dom": "~4.2.2",
"redux": "~3.7.2",
"redux-saga": "~0.16.0",
"request": "^2.88.0",
"ts-jest": "~22.0.1",
"tslint": "~5.9.1",
"tslint-microsoft-contrib": "~5.0.2",
"tslint-react": "~3.4.0",
"typescript": "~2.6.2",
"underscore": "^1.8.3",
"url-parse": "^1.4.4",
"webpack": "^3.10.0",
"webpack-assets-manifest": "^1.0.0",
"webpack-dev-server": "^2.11.1",
"webpack-devserver": "0.0.6",
"webpack-merge": "^4.1.1",
"whatwg-fetch": "^2.0.3",
"yargs": "^8.0.2"
},
"dependencies": {},
"false": {},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/fuse-webui.git"
}
}