-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 3.79 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 3.79 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
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
129
130
131
132
{
"_args": [
[
"react-widgets@4.2.6",
"/Users/sators/Documents/Repos/ev-mt3/app"
]
],
"_from": "react-widgets@4.2.6",
"_id": "react-widgets@4.2.6",
"_inBundle": false,
"_integrity": "sha512-GnKH/+Yi1m3nghCif2TY8KyGbhJEeP1GJ5E/47LLu9Iby0xIUOh4l+tjGk/XHPmHjyi6JlQ+4xw7t6xLw7XVcw==",
"_location": "/react-widgets",
"_phantomChildren": {
"dom-helpers": "3.3.1",
"invariant": "2.2.4",
"loose-envify": "1.3.1",
"prop-types": "15.6.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-widgets@4.2.6",
"name": "react-widgets",
"escapedName": "react-widgets",
"rawSpec": "4.2.6",
"saveSpec": null,
"fetchSpec": "4.2.6"
},
"_requiredBy": [
"/"
],
"_resolved": "http://npm.eventric.com:4873/react-widgets/-/react-widgets-4.2.6.tgz",
"_spec": "4.2.6",
"_where": "/Users/sators/Documents/Repos/ev-mt3/app",
"author": {
"name": "Jason",
"email": "monastic.panic@gmail.com"
},
"bugs": {
"url": "https://github.com/jquense/react-widgets/issues"
},
"dependencies": {
"classnames": "^2.1.2",
"date-arithmetic": "^3.1.0",
"dom-helpers": "^3.3.1",
"invariant": "^2.2.3",
"prop-types-extra": "^1.0.1",
"react-component-managers": "^3.1.0",
"react-transition-group": "^2.2.1",
"uncontrollable": "^5.0.0",
"warning": "^3.0.0"
},
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
"devDependencies": {
"@babel/cli": "^7.0.0-0",
"@babel/core": "^7.0.0-0",
"babel-core": "bridge",
"babel-jest": "^22.4.1",
"chai": "^4.1.2",
"cpy-cli": "^1.0.0",
"cross-env": "^5.1.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.18.1",
"globalize": "^0.1.1",
"jest": "^22.4.2",
"less": "^2.7.2",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.17.5",
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rimraf": "^2.6.2",
"sinon": "^4.4.2",
"webpack": "^3.6.0",
"webpack-atoms": "^5.1.0"
},
"files": [
"lib",
"dist"
],
"homepage": "http://jquense.github.io/react-widgets/docs/",
"keywords": [
"react",
"widgets",
"dropdown",
"combobox",
"calendar",
"datepicker",
"date picker",
"numberpicker",
"number picker",
"radio group",
"checkbox list",
"multiselect",
"form",
"input",
"react-ui",
"react-component"
],
"license": "MIT",
"main": "lib/index.js",
"name": "react-widgets",
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/react-widgets.git"
},
"scripts": {
"assets:dist": "cpy src/img/* dist/img/ && cpy src/fonts/* dist/fonts/",
"assets:lib": "cpy src/img/* lib/img/ && cpy src/fonts/* lib/fonts/",
"build": "npm run build:lib && npm run build:dist",
"build:dist": "npm run clean:dist && npm run compile:dist && npm run less && npm run assets:dist",
"build:lib": "npm run clean:lib && npm run compile:lib && npm run styles && npm run assets:lib",
"clean:dist": "rimraf ./dist/*",
"clean:lib": "rimraf ./lib/*",
"compile:dist": "cross-env NODE_ENV=production webpack",
"compile:lib": "babel src --out-dir lib",
"less": "lessc -x --autoprefix=\"ie >= 8\" src/less/react-widgets.less dist/css/react-widgets.css",
"lint": "eslint src test",
"prepublishOnly": "npm run build",
"styles": "cpy src/less/* lib/less/ && node ../../tools/lessToSass.js",
"tdd": "jest --watch",
"test": "npm run lint && npm run test-only && npm run test:styles",
"test-only": "jest",
"test:styles": "npm run styles && node-sass lib/scss/react-widgets.scss -o test/output"
},
"version": "4.2.6-sators"
}