forked from frankwrk/html-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"license": "GPL-2.0",
"repository": "https://github.com/ibericode/html-forms",
"dependencies": {
"codemirror": "^5.34.0",
"decko": "^1.2.0",
"es5-shim": "^4.5.10",
"linkstate": "^1.1.1",
"populate.js": "^1.0.3",
"preact": "^8.2.7",
"preact-render-to-string": "^3.7.0",
"tlite": "^0.1.7",
"wolfy87-eventemitter": "^5.2.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.0.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}