forked from peichhorn-netgo/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.29 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "formiojs",
"version": "3.22.6",
"description": "Common js library for client side interaction with <form.io>",
"main": "index.js",
"files": [
"dist",
"lib",
"utils.js",
"wizard.js",
"form.js",
"embed.js",
"full.js"
],
"pre-commit": [
"lint"
],
"scripts": {
"build": "esdoc;gulp build",
"watch": "babel -w ./src/ --out-dir ./lib/",
"rebuild": "rm -rf node_modules;npm install;gulp build",
"tag": "VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]');git add -A; git commit -m \"Build $Version\";git push origin master;git tag v$VERSION;git push origin --tags;",
"publish": "npm test;gulp build;npm run tag;npm publish lib;",
"lint": "gulp eslint",
"serve": "jekyll serve --config _config.yml,_config.dev.yml",
"test": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" karma start --verbose --single-run",
"test:watch": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" karma start --no-single-run --auto-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/formio.js.git"
},
"contributors": [
{
"name": "Travis Tidwell",
"github": "https://github.com/travist",
"email": "travis@form.io"
},
{
"name": "Randall Knutson",
"github": "https://github.com/randallknutson",
"email": "randall@form.io"
},
{
"name": "Doug Lee",
"github": "https://github.com/douglaselee",
"email": "douglaselee@comcast.net"
},
{
"name": "Eric Alter",
"email": "neolanders@hotmail.com"
},
{
"name": "Guillaume SMAHA",
"email": "guillaume.smaha@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/formio.js/issues"
},
"homepage": "https://github.com/formio/formio.js#readme",
"dependencies": {
"browser-cookies": "^1.2.0",
"choices.js": "^7.0.0",
"core-js": "^3.1.3",
"custom-event-polyfill": "^1.0.7",
"dialog-polyfill": "^0.5.0",
"downloadjs": "^1.4.7",
"dragula": "^3.7.2",
"eventemitter2": "^5.0.1",
"fast-json-patch": "^2.1.0",
"fetch-ponyfill": "^6.1.0",
"flatpickr": "^4.6.1",
"i18next": "^17.0.3",
"json-logic-js": "^1.2.2",
"jstimezonedetect": "^1.0.6",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"native-promise-only": "^0.8.1",
"shallow-copy": "0.0.1",
"signature_pad": "^2.3.2",
"string-hash": "^1.1.3",
"text-mask-addons": "^3.8.0",
"tooltip.js": "^1.3.2",
"two.js": "^0.7.0-beta.3",
"vanilla-picker": "^2.8.1",
"vanilla-text-mask": "^5.1.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-espower": "^3.0.1",
"bootstrap": "^4.3.1",
"bootswatch": "^4.3.1",
"chai": "^4.2.0",
"chance": "^1.0.18",
"cross-env": "^5.2.0",
"del": "^4.1.1",
"escape-string-regexp": "^2.0.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.16.0",
"eslint-config-formio": "^1.1.4",
"fetch-mock": "formio/fetch-mock#7.3.3-formio.1",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-watch": "^5.0.1",
"hoek": "^6.1.3",
"jquery": "^3.4.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^4.0.2",
"marked": "^0.6.2",
"mocha": "^6.1.4",
"power-assert": "^1.6.1",
"pre-commit": "^1.2.2",
"pygments-css": "^1.0.0",
"sinon": "^7.3.2",
"webpack": "^4.34.0",
"webpack-stream": "^5.2.1",
"written-number": "^0.9.1"
}
}