This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
128 lines (128 loc) · 3.74 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "@versionone/ui",
"version": "4.1.3",
"description": "Open-source and community supported collection of common UI components built with React. As an open-sourced and community supported project, VersionOne UI is not formally supported by VersionOne.",
"engines": {
"node": "^4.5.0",
"npm": "^3.10.7"
},
"repository": {
"type": "git",
"url": "https://github.com/versionone/vue.git"
},
"scripts": {
"test": "gulp test",
"lint": "gulp lint",
"lint:watch": "npm run lint:src:watch & npm run lint:specs:watch",
"lint:src:watch": "esw --watch --color src/**/*.js --ignore-pattern src/__tests__/*.test.js --ignore-pattern src/**/__tests__/**/*.js --config eslint.src.js",
"lint:specs:watch": "esw --watch --color src/__tests__/*.test.js src/**/__tests__/*.test.js --config eslint.specs.js",
"prepublishOnly": "echo 'use `gulp publish ${version type}` instead.' exit 1"
},
"keywords": [
"react",
"components",
"VersionOne",
"UI"
],
"author": "Andrew Smith <[email protected]>",
"license": "MIT",
"babel": {
"presets": [
"es2015",
"react",
"stage-3",
"stage-2",
"stage-1"
],
"env": {
"production": {
"plugins": [
[
"transform-react-remove-prop-types",
{
"mode": "wrap"
}
]
]
}
}
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "3.4.0",
"@kadira/storybook": "^2.35.3",
"@kadira/storybook-deployer": "^1.2.0",
"autoprefixer": "^6.3.6",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "7.1.0",
"babel-jest": "^18.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.2.9",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.23.1",
"del": "^2.2.2",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "1.0.4",
"enzyme-to-json": "^3.2.1",
"eslint": "^3.10.2",
"eslint-config-andrew-codes": "^3.1.1",
"eslint-config-andrew-codes-react": "^1.1.2",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.7.1",
"eslint-watch": "^2.1.14",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-jest": "^3.0.1",
"gulp-util": "^3.0.8",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jsdom": "^9.2.1",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"raw-loader": "^0.5.1",
"react-addons-create-fragment": "15.6.2",
"react-addons-shallow-compare": "15.6.2",
"react-addons-test-utils": "15.6.2",
"react-hot-loader": "^3.1.1",
"react-storybook-addon-add-stories-group": "^0.1.0",
"react-test-renderer": "^15.5.4",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.2",
"simulant": "^0.2.2",
"sinon": "^2.0.0-pre",
"style-loader": "^0.13.1",
"wallaby-webpack": "0.0.22",
"webpack": "^1.13.1",
"yargs": "^10.0.3"
},
"dependencies": {
"@andrew-codes/color-functions": "^1.4.2",
"classnames": "^2.2.5",
"css-strip-units": "^1.0.0",
"invariant": "^2.2.1",
"lodash.isempty": "^4.4.0",
"lodash.throttle": "^4.1.1",
"radium": "^0.19.6",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-event-listener": "0.5.1",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-ui": "0.1.1",
"scroll-into-view": "^1.7.4",
"warning": "^3.0.0"
},
"jest": {
"testRegex": "/__tests__/.*\\.test\\.js$"
}
}