-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
102 lines (102 loc) · 3.17 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
{
"name": "react-uwp",
"version": "1.3.4",
"description": "UWP Design & Fluent Design UiKit by React",
"main": "index.js",
"scripts": {
"preprod": "cd docs && npm run preprod",
"start": "cd docs && npm start",
"test": "echo \"Error: no test specified\" && exit 0",
"nextVersion": "npm-run-all nextGitTag build:npm publish:npm publish:docs",
"publish:docs": "cd docs && npm run build:docs",
"publish:npm": "cd build && npm publish",
"build:npm": "npm-run-all build:source write-package-files",
"write-package-files": "node ./scripts/write-package-files.js",
"build:source": "tsc --rootDir ./src --outDir ./build && npm run write-package-files",
"build:watch": "tsc-watch -w --rootDir ./src --outDir ./build --onSuccess \"cp -r src/index.d.ts build/index.d.ts\"",
"commit": "git-cz ",
"nextGitTag": "node ./scripts/nextGitTag",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myxvisual/react-uwp.git"
},
"keywords": [
"uwp",
"microsoft-uwp",
"fluent",
"microsoft-fluent",
"uwp-design",
"fluent-design",
"react",
"typescript",
"javascript",
"react-components",
"windows-uwp"
],
"author": "myxvisual",
"license": "MIT",
"bugs": {
"url": "https://github.com/myxvisual/react-uwp/issues"
},
"homepage": "https://www.react-uwp.com",
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"types": "index.d.ts",
"devDependencies": {
"@types/core-js": "^0.9.41",
"@types/d3-ease": "^1.0.9",
"@types/inline-style-prefixer": "^5.0.0",
"@types/markdown-it": "^10.0.2",
"@types/marked": "0.0.28",
"@types/murmurhash-js": "^1.0.2",
"@types/node": "^8.0.1",
"@types/prismjs": "^1.6.2",
"@types/prop-types": "^15.5.1",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"@types/react-transition-group": "^2.0.11",
"@types/tinycolor2": "^1.1.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"conventional-changelog-cli": "^1.3.1",
"cross-env": "^5.0.1",
"ejs": "^2.5.7",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"fs-extra": "^4.0.1",
"husky": "^0.14.3",
"npm-run-all": "^4.0.2",
"tsc-watch": "^4.0.0",
"tslint": "^5.2.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-no-circular-imports": "^0.1.0",
"typescript": "^3.7.2",
"webpack-bundle-analyzer": "^3.8.0"
},
"dependencies": {
"@juggle/resize-observer": "^2.5.0",
"d3-ease": "^1.0.6",
"inline-style-prefixer": "^3.0.5",
"keycode": "^2.1.8",
"markdown-it": "^11.0.0",
"mobile-detect": "^1.4.4",
"murmurhash-js": "^1.0.0",
"prismjs": "^1.17.1",
"prop-types": "^15.5.8",
"react-lazyload": "^2.2.7",
"react-player": "^0.20.0",
"react-transition-group": "^1.1.3",
"stackblur-canvas": "^1.4.0",
"tinycolor2": "^1.4.1"
}
}