This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.59 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
{
"name": "backstage-dropdown",
"version": "1.1.1",
"description": "backstage dropdown",
"main": "dist/dropdown.js",
"scripts": {
"start": "webpack-dev-server",
"build": "yarn lint && babel src/ --out-dir dist/ --ignore __tests__,__mocks__",
"lint": "eslint src",
"test": "jest test --verbose",
"test:watch": "jest test --watch --verbose"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/backstage-ui/backstage-dropdown.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/backstage-ui/backstage-dropdown/issues"
},
"homepage": "https://github.com/backstage-ui/backstage-dropdown#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^15.0.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.16.0",
"enzyme": "^2.4.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"jest": "^15.1.1",
"jest-cli": "^15.1.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"react-test-renderer": "^15.5.4",
"sinon": "^2.1.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"dependencies": {
"backstage-ui-styles": "^0.0.14",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react": "^15.3.0",
"react-portal": "^3.0.0"
}
}