This repository was archived by the owner on Dec 5, 2023. It is now read-only.
forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 3.44 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 3.44 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
{
"name": "wp-calypso",
"version": "0.17.0",
"description": "A pure REST-API and JS based version of the WordPress.com admin",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Automattic/wp-calypso.git"
},
"main": "index.js",
"dependencies": {
"async": "0.9.0",
"atob": "1.1.2",
"autoprefixer": "4.0.0",
"autosize": "3.0.7",
"babel": "5.8.12",
"babel-core": "5.8.12",
"babel-loader": "5.3.2",
"babel-runtime": "5.8.12",
"body-parser": "^1.13.3",
"browser-filesaver": "1.1.0",
"char-spinner": "1.0.1",
"chrono-node": "^1.0.6",
"classnames": "1.1.1",
"click-outside": "1.0.4",
"clipboard": "1.5.3",
"commander": "2.3.0",
"component-classes": "1.2.1",
"component-closest": "0.1.4",
"component-tip": "2.5.0",
"component-uid": "0.0.2",
"cookie": "0.1.2",
"cookie-parser": "1.3.2",
"creditcards": "1.1.1",
"debug": "2.2.0",
"dom-scroll-into-view": "1.0.1",
"email-validator": "1.0.1",
"emitter-component": "1.1.1",
"escape-regexp": "0.0.1",
"escape-string-regexp": "1.0.3",
"events": "1.0.2",
"exports-loader": "0.6.2",
"express": "4.13.3",
"flux": "2.1.1",
"he": "0.5.0",
"html-loader": "0.2.3",
"immutable": "3.7.5",
"imports-loader": "0.6.3",
"inherits": "2.0.1",
"jade": "jadejs/jade#29784fd",
"jed": "1.0.2",
"json-loader": "0.5.1",
"jstimezonedetect": "1.0.5",
"keymaster": "1.6.2",
"lodash": "3.10.1",
"lunr": "0.5.7",
"marked": "0.3.5",
"moment": "2.10.6",
"moment-timezone": "^0.4.0",
"morgan": "1.2.0",
"node-sass": "3.3.3",
"page": "1.6.1",
"phone": "git+https://github.com/Automattic/node-phone.git#1.0.4-6",
"photon": "1.0.4",
"q": "1.0.1",
"qrcode.react": "0.4.1",
"qs": "4.0.0",
"r-dom": "1.3.0",
"raf": "2.0.4",
"react": "0.13.3",
"react-day-picker": "1.1.0",
"react-tap-event-plugin": "0.1.6",
"rtlcss": "1.6.1",
"sanitize-html": "1.11.1",
"source-map": "0.1.39",
"source-map-support": "0.3.2",
"store": "1.3.16",
"superagent": "1.2.0",
"timeout-transition-group": "1.0.3",
"tinymce": "4.2.6",
"to-title-case": "0.1.5",
"tween.js": "16.3.1",
"twemoji": "1.3.2",
"uglify-js": "2.6.1",
"walk": "2.3.4",
"webpack": "1.12.6",
"webpack-dev-middleware": "1.2.0",
"wpcom-unpublished": "1.0.5",
"wpcom-proxy-request": "1.0.5",
"wpcom-xhr-request": "0.3.3",
"xgettext-js": "0.2.0"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"babel-eslint": "4.1.1",
"better-assert": "1.0.2",
"blanket": "1.1.6",
"chai": "2.0.0",
"chai-immutable": "^1.4.0",
"chalk": "^1.0.0",
"esformatter": "0.7.3",
"esformatter-braces": "1.2.1",
"esformatter-collapse-objects-a8c": "0.1.0",
"esformatter-dot-notation": "1.3.1",
"esformatter-quotes": "1.0.3",
"esformatter-semicolons": "1.1.1",
"esformatter-special-bangs": "1.0.1",
"eslint": "1.3.1",
"eslint-plugin-react": "3.3.1",
"jsdom": "3.1.2",
"livereload": "0.3.4",
"localStorage": "1.0.2",
"lodash-deep": "1.5.3",
"mocha": "2.3.4",
"mockery": "1.4.0",
"nock": "2.17.0",
"react-hot-loader": "1.3.0",
"rewire": "2.3.3",
"sinon": "1.12.2",
"sinon-chai": "2.7.0",
"socket.io": "1.3.7",
"supertest": "^1.1.0",
"webpack-dev-server": "1.11.0"
}
}