This repository was archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.55 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.55 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
{
"name": "interactive-launchpad",
"version": "1.0.0",
"description": "Standard kit for Mixer interactive",
"scripts": {
"start": "miix serve",
"test": "tslint --type-check --project tsconfig.json \"src/**/*.{ts,tsx}\"",
"fmt": "npm-run-all --silent fmt:style fmt:lint",
"fmt:lint": "tslint --type-check --project tsconfig.json \"src/**/*.{ts,tsx}\" --fix",
"fmt:style": "prettier --single-quote --trailing-comma all --parser typescript --print-width 100 --write \"src/**/*.{ts,tsx}\"",
"publish:azure": "node bin/upload-to-azure.js"
},
"interactive": {},
"author": "Connor Peet <connor@peet.io>",
"license": "MIT",
"dependencies": {
"decko": "^1.2.0",
"eventemitter3": "^2.0.3",
"handjs": "^1.3.11",
"intl-messageformat": "^2.1.0",
"json-stringify-safe": "^5.0.1",
"preact": "^8.2.1",
"rxjs": "^5.5.6",
"tippy.js": "^2.5.3"
},
"devDependencies": {
"@mixer/cdk-std": "^0.2.11",
"@mixer/cdk-webpack-plugin": "^0.1.2",
"@types/node": "^8.0.24",
"awesome-typescript-loader": "^5.0.0-1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.5",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"npm-run-all": "^4.1.1",
"prettier": "^1.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"tslint": "^5.7.0",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "~2.8.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
}
}