forked from opencb/iva
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.36 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
{
"name": "iva",
"version": "1.0.0-beta",
"description": "IVA description",
"repository": {
"type": "git",
"url": "https://github.com/opencb/iva.git"
},
"license": "Apache-2.0",
"scripts": {
"preinstall": "rm -f .eslintrc.json node_modules/@polymer/shadycss",
"postinstall": "ln -s lib/jsorolla/.eslintrc.json && cd node_modules/@polymer && ln -s ../@webcomponents/shadycss",
"clean": "rm -rf build",
"copy": "mkdir -p build/vendors && cp -r src/*.html src/conf src/img LICENSE README.md build && cp src/prod/index.html build && ./build-vendors.js",
"copy-jsorolla": "mkdir -p build/jsorolla && cd lib/jsorolla && npm run dist && cd ../.. && cp -r lib/jsorolla/dist build/jsorolla",
"vulcanize": "node_modules/vulcanize/bin/vulcanize build/iva-app.html > build/iva-app-vulcanize.html && mv build/iva-app-vulcanize.html build/iva-app.html",
"build-iva-app": "./post-replace-iva.js",
"build": "npm run clean && npm run copy && npm run copy-jsorolla && npm run vulcanize && npm run build-iva-app",
"test-e2e": "./node_modules/.bin/nightwatch"
},
"dependencies": {
"@polymer/polymer": "2.6.1",
"@webcomponents/shadycss": "^1.1.0",
"@webcomponents/webcomponentsjs": "^1.1.0",
"animate.css": "^3.5.2",
"backbone": "~1.3.3",
"bootstrap": "3.3.6",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-colorpicker": "2.3.6",
"bootstrap-notify": "git://github.com/mouse0270/bootstrap-notify#master",
"bootstrap-select": "1.12.4",
"bootstrap-table": "1.11.1",
"bootstrap-treeview": "1.2.0",
"bootstrap-validator": "~0.11.9",
"cookies-js": "~1.2.3",
"crypto-js": "~3.1.9-1",
"eonasdan-bootstrap-datetimepicker": "~4.17.43",
"file-saver": "~1.3.2",
"font-awesome": "*",
"highcharts": "~4.2.7",
"jquery": "~2.2.4",
"jquery.json-viewer": "^1.1.0",
"jwt-decode": "^2.2.0",
"moment": "^2.15.1",
"qtip2": "~3.0.3",
"underscore": "~1.8.3",
"urijs": "~1.18.10"
},
"devDependencies": {
"eslint": "~4.11.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.1.0",
"crisper": "~2.1.1",
"js-beautify": "~1.6.4",
"uglify-js": "^2.7.3",
"vulcanize": "~1.16.0",
"xmldom": "0.1.27",
"shelljs": "0.7.8",
"bower": "*",
"nightwatch": "^0.9.16",
"selenium-download": "^2.0.10"
}
}