-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
70 lines (70 loc) · 1.99 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
{
"name": "fl-form-builder",
"version": "1.4.3",
"description": "A vanilla JS form builder",
"main": "dist/fl-form-builder.js",
"scripts": {
"pretest": "gulp build",
"test": "gulp test-headless",
"dev": "gulp browser-sync",
"build": "gulp build",
"deploy-gh-pages": "echo \"There is no script setup for gh pages. Change to the gh-pages branch, merge master and push. Everything should work."
},
"author": "lazamar @ FourLabs",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.0.1",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22",
"babel-plugin-lodash": "^3.3",
"babel-plugin-ramda": "^1.6",
"babel-preset-env": "^1.7",
"babel-preset-react": "^6.24",
"browser-sync": "^2.24",
"caniuse-db": "^1.0",
"colors": "^1.3",
"data.either": "^1.5",
"data.maybe": "^1.2",
"data.task": "^3.1",
"diff": "^3.5",
"document-offset": "^1.0",
"gulp": "^3.9",
"gulp-babel": "^7.0",
"gulp-flatmap": "^1.0",
"gulp-jasmine": "^2.4",
"gulp-organiser": "^1.1",
"gulp-postcss": "^7.0",
"gulp-rename": "^1.3",
"gulp-sass": "^3.2",
"gulp-shell": "^0.6",
"gulp-sourcemaps": "^2.6",
"gulp-uglify": "^3.0",
"is-equal": "^1.5",
"jasmine": "^3.1",
"jasmine-core": "^3.1",
"jasmine-reporters": "^2.3",
"lodash": "^4.17",
"path": "^0.12",
"ramda": "^0.25",
"ramda-fantasy": "^0.8",
"react": "<16.0.0",
"react-dom": "<16.0.0",
"react-redux": "^5.0",
"react-test-renderer": "<16.0.0",
"redux": "^3.7",
"rollup": "0.63",
"rollup-plugin-babel": "^3.0",
"rollup-plugin-commonjs": "^8.2",
"rollup-plugin-node-resolve": "^3.3",
"rollup-plugin-replace": "^2.0",
"rollup-stream": "<1.24.0",
"seamless-immutable": "^7.1",
"vinyl-buffer": "^1.0",
"vinyl-source-stream": "^1.1"
},
"dependencies": {
"bootstrap": "^3.3",
"x-div": "^1.1.1"
},
"repository": "https://github.com/fourlabsldn/fl-form-builder.git"
}