-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
99 lines (99 loc) · 2.68 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
{
"name": "@automattic/dops-components",
"version": "0.0.2",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/dops-components.git"
},
"scripts": {
"lint": "eslint --ext .js --ext .jsx client -c .eslintrc"
},
"devDependencies": {
"@automattic/custom-colors-loader": "automattic/custom-colors-loader",
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-core": "6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "7.1.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"clean-webpack-plugin": "^0.1.16",
"codemirror": "^5.6.0",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"json-loader": "^0.5.2",
"merge-stream": "^1.0.0",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^5.0.5",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.6",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1"
},
"dependencies": {
"bounding-client-rect": "^1.0.5",
"classnames": "^2.1.3",
"click-outside": "2.0.2",
"clipboard": "1.7.1",
"color": "^2.0.0",
"component-uid": "0.0.2",
"creditcards": "^2.0.0",
"debug": "^2.2.0",
"focus-trap": "gravityrail/focus-trap",
"formsy-react": "^0.19.5",
"html-loader": "0.4.5",
"inherits": "^2.0.1",
"jquery": "^3.2.1",
"lodash": "4.17.4",
"page": "^1.6.3",
"payment": "2.2.1",
"react-addons-transition-group": "^15.6.0",
"react-hot-loader": "^3.0.0-beta.7",
"react-pure-render": "1.0.2",
"redux": "3.7.1",
"store": "^2.0.12",
"wpcom": "5.4.0",
"wpcom-proxy-request": "^3.1.0",
"wpcom-xhr-request": "^1.1.0"
},
"private": true,
"browserify": {
"extensions": [
".jsx"
],
"transform": [
"reactify",
"browserify-shim"
]
},
"browserify-shim": {
"underscore": "global:_",
"react": "global:React"
},
"peerDependencies": {
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}