forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
165 lines (165 loc) · 5.48 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
159
160
161
162
163
164
165
{
"name": "formiojs",
"version": "4.15.0-rc.13",
"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",
"create-app-yml": "node -e 'var fs=require(`fs`);fs.writeFileSync(`./_config.app.yml`, `baseurl: https://formiojs.test-form.io/` + require(`./package.json`).version);'",
"rm-app-yml": "rm ./_config.app.yml",
"build-app": "npm run create-app-yml && jekyll build --config _config.yml,_config.app.yml && npm run rm-app-yml",
"deploy-s3": "$(node -e 'console.log(`aws s3 cp _site s3://formiojs.test-form.io/` + require(`./package.json`).version + `/ --recursive`)')",
"invalidate": "aws cloudfront create-invalidation --distribution-id E1MXNA5A4ZKRMZ --paths '/*'",
"release": "npm run build-app && npm run deploy-s3",
"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.2",
"@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",
"browser-md5-file": "^1.1.1",
"compare-versions": "^4.1.3",
"core-js": "^3.23.2",
"custom-event-polyfill": "^1.0.7",
"dialog-polyfill": "^0.5.6",
"dom-autoscroller": "^2.3.4",
"dompurify": "^2.3.6",
"downloadjs": "^1.4.7",
"dragula": "^3.7.3",
"eventemitter3": "^4.0.7",
"fast-deep-equal": "^3.1.3",
"fast-json-patch": "^3.1.1",
"fetch-ponyfill": "^7.1.0",
"i18next": "^21.8.10",
"idb": "^7.0.2",
"ismobilejs": "^1.1.1",
"json-logic-js": "^2.0.2",
"jstimezonedetect": "^1.0.7",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"native-promise-only": "^0.8.1",
"quill": "^2.0.0-dev.3",
"signature_pad": "^4.0.5",
"string-hash": "^1.1.3",
"text-mask-addons": "^3.8.0",
"tippy.js": "^6.3.7",
"uuid": "^8.3.2",
"vanilla-picker": "^2.12.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"async-limiter": "^2.0.0",
"babel-loader": "^8.2.4",
"bootstrap": "^4.6.0",
"bootswatch": "^4.6.0",
"browser-env": "^3.3.0",
"chai": "^4.3.6",
"chance": "^1.1.8",
"del": "^6.1.1",
"ejs-loader": "^0.5.0",
"escape-string-regexp": "^5.0.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.18.0",
"eslint-config-formio": "^1.1.4",
"fetch-mock": "^9.11.0",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.13",
"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.1.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": "^20.0.0",
"jsdom-global": "^3.0.2",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^5.0.0",
"marked": "^4.0.17",
"mocha": "^10.0.0",
"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.52.3",
"shortcut-buttons-flatpickr": "^0.4.0",
"sinon": "^14.0.0",
"webpack": "^5.73.0",
"webpack-stream": "^7.0.0",
"written-number": "^0.11.1"
}
}