-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 790 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 790 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
{
"name": "livetiles-intranet-hub-custom-code",
"version": "1.0.0",
"description": "A project sample/template showing how to use the LiveTiles Intranet Hub client API.",
"main": "index.js",
"scripts": {
"dev": "concurrently \"webpack\" \"npx http-server ./dist\"",
"build": "webpack --env.prod=true"
},
"author": "CYCL a LiveTiles Company",
"license": "ISC",
"dependencies": {
"@livetiles/livetiles-intranet-hub": "0.0.1",
"prettier": "1.19.1",
"react": "16.8.5",
"react-dom": "16.8.5",
"typescript": "3.8.3"
},
"devDependencies": {
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"concurrently": "5.0.2",
"http-server": "0.12.0",
"ts-loader": "6.2.1",
"webpack": "4.41.4",
"webpack-cli": "3.3.10"
}
}