forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 4.82 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "formiojs",
"version": "4.14.0-rc.37",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "index.js",
"types": "index.d.ts",
"files": [
"dist",
"lib",
"utils.js",
"wizard.js",
"form.js",
"embed.js",
"full.js",
"types",
"index.d.ts"
],
"pre-commit": [
"lint"
],
"scripts": {
"build": "esdoc;gulp build",
"transpile": "babel ./src/ --out-dir ./lib/",
"templates": "gulp templates",
"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;",
"dopublish": "npm test;gulp build;npm run tag;npm publish lib;",
"lint": "gulp eslint",
"serve": "jekyll serve --config _config.yml,_config.dev.yml",
"test": "npm run transpile && npm run templates && npm run test:unit",
"test:unit": "mocha 'lib/**/*.unit.js'",
"test:updateRenders": "TZ=UTC node --require @babel/register --require jsdom-global/register test/updateRenders.js",
"test:e2e": "NODE_OPTIONS=\"--max-old-space-size=4096\" karma start --verbose --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/formio.js.git"
},
"contributors": [
{
"name": "Form.io Open Source Community",
"url": "https://github.com/formio/formio.js/graphs/contributors"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/formio.js/issues"
},
"browser": {
"vm": false
},
"homepage": "https://github.com/formio/formio.js#readme",
"dependencies": {
"@formio/bootstrap3": "^2.12.0",
"@formio/choices.js": "^9.0.1",
"@formio/semantic": "^2.6.0",
"@formio/vanilla-text-mask": "^5.1.1",
"autocompleter": "^6.1.2",
"browser-cookies": "^1.2.0",
"compare-versions": "^3.6.0",
"core-js": "^3.18.3",
"custom-event-polyfill": "^1.0.7",
"dialog-polyfill": "^0.5.6",
"dompurify": "^2.3.3",
"downloadjs": "^1.4.7",
"dragula": "^3.7.3",
"eventemitter3": "^4.0.7",
"fast-deep-equal": "^3.1.3",
"fast-json-patch": "^3.1.0",
"fetch-ponyfill": "^7.1.0",
"i18next": "^21.3.3",
"idb": "^6.1.5",
"ismobilejs": "^1.1.1",
"json-logic-js": "^2.0.0",
"jstimezonedetect": "^1.0.7",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"native-promise-only": "^0.8.1",
"quill": "^2.0.0-dev.3",
"resize-observer-polyfill": "^1.5.1",
"signature_pad": "^2.3.2",
"string-hash": "^1.1.3",
"text-mask-addons": "^3.8.0",
"tooltip.js": "^1.3.3",
"uuid": "^8.3.2",
"vanilla-picker": "^2.11.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"async-limiter": "^2.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"bootstrap": "^4.6.0",
"bootswatch": "^4.6.0",
"browser-env": "^3.3.0",
"chai": "^4.3.4",
"chance": "^1.1.8",
"del": "^6.0.0",
"ejs-loader": "^0.5.0",
"escape-string-regexp": "^5.0.0",
"esdoc": "^1.0.4",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.32.0",
"eslint-config-formio": "^1.1.4",
"fetch-mock": "^9.11.0",
"file-loader": "^6.2.0",
"flatpickr": "4.6.6",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^7.0.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sync": "^0.1.4",
"gulp-template": "^5.0.0",
"gulp-watch": "^5.0.1",
"hoek": "^6.1.3",
"jquery": "^3.5.1",
"jsdom": "^18.0.0",
"jsdom-global": "^3.0.2",
"karma": "^6.3.5",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^5.0.0",
"marked": "^3.0.7",
"mocha": "^9.1.3",
"natives": "^1.1.6",
"power-assert": "^1.6.1",
"pre-commit": "^1.2.2",
"pretty": "^2.0.0",
"pygments-css": "^1.0.0",
"raw-loader": "^4.0.2",
"sass": "^1.43.3",
"shortcut-buttons-flatpickr": "^0.3.1",
"sinon": "^11.1.2",
"webpack": "^5.59.1",
"webpack-stream": "^7.0.0",
"written-number": "^0.11.1"
}
}