-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
35 lines (35 loc) · 959 Bytes
/
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
{
"dependencies": {
"codemirror": "^5.29.0",
"decko": "^1.2.0",
"es5-shim": "^4.5.9",
"form-serialize": "^0.7.2",
"html": "^1.0.0",
"linkstate": "^1.1.0",
"preact": "^8.2.5",
"preact-render-to-string": "^3.6.3",
"wolfy87-eventemitter": "^5.2.3"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^12.0.1",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}