forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.19 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
{
"name": "@fluentui/public-docsite",
"version": "1.0.0",
"private": true,
"description": "The official website for the Fluent UI project.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"sideEffects": true,
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
},
"scripts": {
"build": "just-scripts build",
"bundle": "just-scripts bundle",
"lint": "just-scripts lint",
"test": "just-scripts test",
"create-internal-flight-config": "just-scripts create-internal-flight-config",
"create-public-flight-config": "just-scripts create-public-flight-config",
"just": "just-scripts",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"start": "just-scripts dev",
"production": "npx -n=--max_old_space_size=8192 just-scripts build --production",
"dogfood": "npx -n=--max_old_space_size=8192 just-scripts build --dogfood",
"startuhf": "just-scripts dev --webpackConfig webpack.uhf.serve.config.js"
},
"license": "MIT",
"devDependencies": {
"@fluentui/eslint-plugin": "^1.0.0-beta",
"@types/node": "^10.3.2",
"@types/webpack-env": "1.15.1",
"@fluentui/scripts": "^1.0.0",
"@fluentui/react-monaco-editor": "^1.0.0-beta",
"react-app-polyfill": "~1.0.1",
"write-file-webpack-plugin": "^4.1.0"
},
"dependencies": {
"@fluentui/react": "^8.0.0-beta",
"@fluentui/react-internal": "^8.0.0-beta",
"@fluentui/react-examples": "^1.0.0",
"@fluentui/theme": "^2.0.0-beta",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/api-docs": "^1.0.0",
"@fluentui/react-docsite-components": "^8.0.0-beta",
"@fluentui/react-experiments": "^8.0.0-beta",
"@fluentui/public-docsite-resources": "1.0.0",
"@fluentui/file-type-icons": "^8.0.0-beta",
"@fluentui/font-icons-mdl2": "^8.0.0-beta",
"@fluentui/set-version": "^8.0.0-beta",
"@fluentui/theme-samples": "^8.0.0-beta",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"json-loader": "^0.5.7",
"office-ui-fabric-core": "^11.0.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"tslib": "^1.10.0",
"whatwg-fetch": "2.0.4"
}
}