|
1 | 1 | {
|
2 |
| - "name": "@coralui/react-coral", |
3 |
| - "version": "0.19.0", |
4 |
| - "description": "React components using cloudui style guidelines from CoralUI", |
| 2 | + "name": "react-spectrum", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Spectrum UI components in React", |
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
7 |
| - "url": "https://git.corp.adobe.com/React/react-coral" |
8 |
| - }, |
9 |
| - "publishConfig": { |
10 |
| - "registry": "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-coralui-local" |
| 7 | + "url": "https://github.com/Livefyre/react-spectrum" |
11 | 8 | },
|
12 | 9 | "scripts": {
|
13 |
| - "prepublish": "NODE_ENV=production babel src --out-dir lib", |
14 |
| - "start": "start-storybook -p 9002", |
15 |
| - "lint": "lfeslint", |
16 |
| - "test": "NODE_ENV=test mocha test/.setup.js test/", |
17 |
| - "test:xml": "export NODE_ENV=test|| set NODE_ENV=test&& mocha -R xunit test/.setup.js test/ > test-reports.xml", |
18 |
| - "test:watch": "npm test -- --watch", |
19 |
| - "coverage": "export NODE_ENV=test|| set NODE_ENV=test&& istanbul cover --report cobertura --report html _mocha -- -R dot test/.setup.js test/" |
| 10 | + "start": "make run", |
| 11 | + "test": "make test" |
20 | 12 | },
|
21 | 13 | "main": "lib/index.js",
|
22 | 14 | "peerDependencies": {
|
|
37 | 29 | },
|
38 | 30 | "bundledDependencies": [
|
39 | 31 | "@coralui/coralui-core",
|
40 |
| - "@spectrum/spectrum-abstract-stylus" |
| 32 | + "@spectrum/spectrum-abstract-stylus", |
| 33 | + "react-select" |
41 | 34 | ],
|
42 | 35 | "devDependencies": {
|
43 | 36 | "@kadira/react-storybook-addon-info": "^3.2.4",
|
|
46 | 39 | "babel": "^6.5.2",
|
47 | 40 | "babel-cli": "^6.16.0",
|
48 | 41 | "babel-core": "^6.17.0",
|
49 |
| - "babel-eslint": "^7.0.0", |
50 | 42 | "babel-loader": "^6.2.5",
|
| 43 | + "babel-plugin-istanbul": "^4.1.1", |
51 | 44 | "babel-plugin-syntax-class-properties": "^6.13.0",
|
52 | 45 | "babel-plugin-syntax-decorators": "^6.13.0",
|
53 | 46 | "babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
65 | 58 | "babel-runtime": "^6.11.6",
|
66 | 59 | "css-loader": "^0.25.0",
|
67 | 60 | "enzyme": "^2.5.1",
|
68 |
| - "eslint": "^3.8.1", |
69 |
| - "eslint-config-airbnb": "^12.0.0", |
70 |
| - "eslint-plugin-import": "^2.0.1", |
71 |
| - "eslint-plugin-jsx-a11y": "^2.2.3", |
72 |
| - "eslint-plugin-react": "^6.4.1", |
73 | 61 | "expect": "^1.20.2",
|
74 | 62 | "file-loader": "^0.9.0",
|
75 | 63 | "ignore-styles": "^5.0.1",
|
76 |
| - "istanbul": "^1.0.0-alpha.2", |
77 |
| - "istanbul-cobertura-badger": "^1.2.1", |
78 | 64 | "jsdom": "^9.8.0",
|
79 | 65 | "lfeslint": "^1.0.0",
|
80 | 66 | "mocha": "^3.1.2",
|
| 67 | + "nyc": "^10.2.0", |
81 | 68 | "react": "^15.3.2",
|
82 | 69 | "react-addons-test-utils": "^15.3.2",
|
83 | 70 | "react-dom": "^15.3.2",
|
|
0 commit comments