-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.3 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
{
"name": "freeform_next",
"version": "1.0.0",
"description": "Freeform for EE",
"dependencies": {
"babel": "^6.5.2",
"babel-plugin-transform-decorators": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"brace": "^0.8.0",
"browserify": "^13.0.1",
"chalk": "^1.1.3",
"del": "^2.2.1",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-base64-encode": "^1.0.1",
"gulp-composer": "^0.4.0",
"gulp-if": "^2.0.1",
"gulp-mocha": "^2.2.0",
"gulp-notify": "^2.2.0",
"gulp-ref-hash": "0.0.2",
"gulp-rename": "^1.3.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.6",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"hashids": "^1.0.2",
"isomorphic-fetch": "^2.2.1",
"natives": "^1.1.6",
"npm": "^6.14.8",
"prop-types": "^15.7.2",
"qwest": "^4.4.4",
"react": "^15.7.0",
"react-ace": "^5.9.0",
"react-addons-css-transition-group": "^15.3.2",
"react-color": "^2.18.1",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^15.7.0",
"react-joyride": "1.11.4",
"react-motion": "^0.4.4",
"react-redux": "^4.4.10",
"reactify": "^1.1.1",
"redux": "^3.5.2",
"redux-thunk": "^2.3.0",
"streamify": "^0.2.6",
"underscore.string": "^3.3.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.11.1",
"zip-folder": "^1.0.0"
},
"scripts": {
"start": "gulp watch",
"deploy:pro": "NODE_ENV=production gulp deploy:pro --env prod",
"deploy:lite": "NODE_ENV=production gulp deploy:lite --env prod",
"deploy:express": "NODE_ENV=production gulp deploy:express --env prod"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"repository": {
"type": "git",
"url": "[email protected]:/solspace/ee-freeform.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp-require-tasks": "^1.3.0"
}
}