forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 4.69 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
{
"name": "formiojs",
"version": "4.10.0-beta.1",
"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 --require @babel/register --require jsdom-global/register 'lib/**/*.unit.js' -b --exit",
"test:updateRenders": "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.3.0",
"@formio/semantic": "^2.3.0",
"autocompleter": "^6.0.2",
"browser-cookies": "^1.2.0",
"choices.js": "^9.0.1",
"core-js": "^3.6.4",
"custom-event-polyfill": "^1.0.7",
"dialog-polyfill": "^0.5.0",
"dompurify": "^2.0.8",
"downloadjs": "^1.4.7",
"dragula": "^3.7.2",
"eventemitter2": "^6.2.0",
"fast-deep-equal": "^3.1.1",
"fast-json-patch": "^2.2.1",
"fetch-ponyfill": "^6.1.0",
"flatpickr": "^4.6.3",
"i18next": "^19.3.3",
"idb": "^5.0.1",
"ismobilejs": "^1.0.3",
"json-logic-js": "^1.2.2",
"jstimezonedetect": "^1.0.7",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"native-promise-only": "^0.8.1",
"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": "^7.0.2",
"vanilla-picker": "^2.10.1",
"vanilla-text-mask": "^5.1.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"bootstrap": "^4.4.1",
"bootswatch": "^4.4.1",
"browser-env": "^3.3.0",
"chai": "^4.2.0",
"chance": "^1.1.4",
"del": "^5.1.0",
"ejs-loader": "^0.3.5",
"escape-string-regexp": "^2.0.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-formio": "^1.1.4",
"fetch-mock": "^9.2.1",
"file-loader": "^6.0.0",
"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": "^6.0.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sync": "^0.1.4",
"gulp-template": "^5.0.0",
"gulp-watch": "^5.0.1",
"hoek": "^6.1.3",
"jquery": "^3.4.1",
"jsdom": "^16.2.1",
"jsdom-global": "^3.0.2",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.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.8.1",
"mocha": "^7.1.1",
"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.0",
"sinon": "^9.0.1",
"webpack": "^4.42.0",
"webpack-stream": "^5.2.1",
"written-number": "^0.9.1"
}
}