-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.2 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
{
"name": "tangy-form-editor",
"main": "tangy-form-editor.js",
"version": "7.18.1",
"scripts": {
"start": "./node_modules/.bin/polymer serve",
"build": "webpack",
"test": "./node_modules/.bin/polymer test -l chrome"
},
"dependencies": {
"@material/mwc-button": "^0.27.0",
"@material/mwc-fab": "^0.27.0",
"@material/mwc-icon": "^0.27.0",
"@polymer/iron-pages": "^3.0.1",
"@polymer/paper-tabs": "^3.1.0",
"@polymer/paper-toggle-button": "^3.0.1",
"@polymer/polymer": "^3.5.1",
"dr-niels-paper-expansion-panel": "https://github.com/DrNiels/paper-expansion-panel.git#master",
"file-list-component": "github:Tangerine-Community/file-list",
"js-beautify": "^1.14.7",
"juicy-ace-editor": "https://github.com/Juicy/juicy-ace-editor.git#ES6-modules",
"redux": "^4.2.0",
"tangy-form": "^4.46.0",
"tangy-translate": "^1.0.0"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.1.0",
"@webcomponents/webcomponentsjs": "^2.7.0",
"polymer-cli": "^1.9.11",
"webpack": "^4.46.0",
"webpack-cli": "4.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tangerine-Community/tangy-form-editor.git"
}
}