This repository was archived by the owner on Sep 18, 2018. It is now read-only.
forked from winjs/react-winjs
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 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
{
"name": "react-winjs",
"version": "2.5.0",
"description": "React wrapper around WinJS's controls",
"main": "react-winjs.min.js",
"scripts": {
"test": "eslint react-winjs.js",
"build": "babel react-winjs.js | node_modules/uglify-js/bin/uglifyjs > react-winjs.min.js",
"deploy": "./ci/scripts/deploy.sh",
"release": "standard-version "
},
"keywords": [
"winjs",
"react"
],
"author": "Microsoft Corporation and other contributors",
"repository": {
"type": "git",
"url": "https://github.com/winjs/react-winjs"
},
"license": "MIT",
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2",
"winjs": "^4.4.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-github-releaser": "^0.1.18",
"grunt-nuget": "^0.3.0",
"standard-version": "^4.2.0",
"uglify-js": "^3.1.7"
}
}