-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.79 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
{
"name": "fl-interactive-form",
"version": "1.2.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lazamar @ FourLabs",
"license": "ISC",
"dependencies": {
"fl-form-builder": "^1.4",
"react": "<16.0.0",
"react-dom": "<16.0.0",
"requirejs": "^2.3"
},
"devDependencies": {
"autoprefixer": "^9.0",
"babel-core": "^6.26",
"babel-loader": "^7.1",
"babel-plugin-external-helpers": "^6.22",
"babel-plugin-lodash": "^3.3",
"babel-plugin-proxy": "^1.1",
"babel-plugin-syntax-jsx": "^6.18",
"babel-plugin-transform-async-to-generator": "^6.24",
"babel-plugin-transform-react-jsx": "^6.24",
"babel-plugin-transform-runtime": "^6.23",
"babel-polyfill": "^6.26",
"babel-preset-env": "^1.7",
"babel-preset-react": "^6.24",
"browser-sync": "^2.24",
"dep-linker": "^1.0",
"fl-assert": "^1.0",
"gulp": "^3.9",
"gulp-concat": "^2.6",
"gulp-es3ify": "0.0",
"gulp-flatmap": "^1.0",
"gulp-organiser": "^1.0",
"gulp-postcss": "^7.0",
"gulp-rename": "^1.4",
"gulp-rollup": "^2.16",
"gulp-sass": "^3.2",
"gulp-sourcemaps": "^1.12",
"gulp-uglify": "^3.0",
"gulp-watch": "^5.0",
"lodash": "^4.17",
"microevent": "^1.0",
"path": "^0.12",
"react": "<16.0.0",
"react-dom": "<16.0.0",
"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",
"vinyl-buffer": "^1.0",
"vinyl-source-stream": "^1.1"
}
}