forked from microsoftgraph/microsoft-graph-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 5.12 KB
/
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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "root",
"private": true,
"version": "2.2.0",
"workspaces": [
"packages/*",
"packages/providers/*",
"samples/react-app",
"samples/angular-app",
"samples/vue-app",
"samples/electron-app"
],
"scripts": {
"build": "npm run prettier:check && npm run clean && lerna run build --scope @microsoft/*",
"build:compile": "npm run prettier:check && npm run clean && lerna run build:compile --scope @microsoft/*",
"build:mgt": "cd ./packages/mgt && npm run build",
"build:mgt-element": "cd ./packages/mgt-element && npm run build",
"build:mgt-react": "lerna run build --scope @microsoft/mgt-react",
"bundle": "cd ./packages/mgt && npm run bundle",
"bootstrap": "lerna bootstrap --useWorkspaces",
"clean": "lerna run --parallel --stream --scope @microsoft/* clean",
"link": "lerna link --force-local",
"lint": "lerna run --parallel --stream --scope @microsoft/* lint",
"pack": "shx rm -rf artifacts/*.tgz && lerna exec --stream --scope @microsoft/* -- npm pack",
"prepare": "lerna bootstrap --force-local",
"sass": "lerna run sass --scope @microsoft/*",
"serve": "es-dev-server --port 3000 --node-resolve --open --watch --compatibility none --app-index index.html",
"serve:https": "es-dev-server --http2 --port 3000 --node-resolve --open --watch --compatibility none --app-index index.html",
"start": "npm-run-all prettier:check watch:serve",
"start:storybook": "npm-run-all storybook:dev storybook:watch",
"start:https": "npm-run-all prettier:check build:esm watch:serve:https",
"watch": "lerna run --parallel --stream --scope @microsoft/* build:watch ",
"watch:serve": "npm-run-all --parallel watch serve",
"watch:serve:https": "npm-run-all -parallel watch serve:https",
"prettier:base": "prettier --parser typescript",
"prettier:check": "npm run prettier:base -- --list-different \"packages/**/*.{ts,tsx}\"",
"prettier:write": "npm run prettier:base -- --write \"packages/**/*.{ts,tsx}\"",
"storybook": "start-storybook -p 6006 -s assets",
"storybook:dev": "npm run build:compile && wca analyze packages --format json --outFile custom-elements.json",
"storybook:watch": "npm-run-all --parallel watch storybook:bundle:watch storybook",
"storybook:bundle": "rollup -c ./.storybook/rollup.config.js",
"storybook:bundle:watch": "rollup -c ./.storybook/rollup.config.js --watch",
"storybook:build": "npm run storybook:bundle && npm run storybook:dev && build-storybook -s assets && cpx .storybook/CNAME storybook-static",
"storybook:deploy": "npm run storybook:build && storybook-to-ghpages -e storybook-static",
"setLicense": "gulp setLicense"
},
"storybook-deployer": {
"gitUsername": "@microsoft/mgt",
"gitEmail": "[email protected]",
"commitMessage": "Deploy Storybook [skip ci]"
},
"devDependencies": {
"@storybook/addon-a11y": "^5.3.17",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-docs": "^5.3.17",
"@storybook/addon-knobs": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addon-storysource": "^5.3.17",
"@storybook/cli": "^5.3.17",
"@storybook/storybook-deployer": "^2.8.5",
"@storybook/web-components": "^5.3.17",
"lerna": "^3.22.1",
"lit-element": "^2.4.0",
"monaco-editor": "^0.19.3",
"monaco-editor-webpack-plugin": "^1.8.2",
"storybook-addon-web-components-knobs": "^0.2.7",
"cpx": "^1.5.0",
"@babel/core": "^7.12.8",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^24.9.1",
"@types/node": "12.12.22",
"@types/react": "^17.0.00",
"@types/react-dom": "^17.0.0",
"@webcomponents/webcomponentsjs": "^2.5.0",
"babel-loader": "^8.2.1",
"core-js": "^3.7.0",
"es-dev-server": "^1.57.8",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.8",
"gulp-clean-css": "4.3.0",
"gulp-header-license": "^1.0.10",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-util": "^3.0.8",
"husky": "^4.3.0",
"jest": "^24.5.0",
"jest-junit": "^6.3.0",
"npm-run-all": "^4.1.5",
"prettier": "1.17.0",
"regenerator-runtime": "^0.13.7",
"sass": "^1.29.0",
"shx": "^0.3.3",
"ts-jest": "^24.3.0",
"whatwg-fetch": "^3.5.0",
"fs-extra": "^9.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.33.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^3.7.5",
"web-component-analyzer": "^1.1.6",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier:check"
}
},
"prettier": {
"printWidth": 120,
"singleQuote": true
}
}