-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.5 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
{
"name": "mint-ui-lit",
"version": "6.0.0",
"description": "MINT UI",
"author": "Varun Ratnakar",
"contributors": [
"Hernan Vargas"
],
"license": "MIT",
"private": true,
"scripts": {
"gulp": "gulp -f gulp/config.ts --cwd .",
"start": "cross-env BROWSERSLIST=\"edge > 12\" webpack-dev-server --config webpack/dev.config.ts --hot --color --compress --overlay --history-api-fallback",
"start-wildfire": "cross-env BROWSERSLIST=\"edge > 12\" webpack-dev-server --config webpack/wildfire`.config.ts --hot --color --compress --overlay --history-api-fallback --open",
"build:static": "cross-env STATIC=true npm run gulp build:es6",
"create-build": "webpack --config webpack/prod.config.ts",
"create-build-dev": "webpack --config webpack/dev.config.ts",
"create-build-wildfire": "webpack --config webpack/wildfire.config.ts && sed -i 's/api.models.mint.isi.edu/api.models.wildfire.mint.isi.edu/g' build/components/0.js",
"build": "ts-node webpack/build.ts",
"serve": "prpl-server --root build/ ",
"lint": "npm run gulp lint",
"start:debug": "cross-env BROWSERSLIST=\"edge > 12\" webpack-dev-server --config webpack/dev.config.ts --hot --color --overlay --history-api-fallback"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@babel/polyfill": "^7.10.4",
"@babel/runtime-corejs2": "^7.11.2",
"@mintproject/modelcatalog_client": "^8.0.1",
"@polymer/app-layout": "^3.0.2",
"@polymer/polymer": "^3.1.0",
"@types/codemirror": "^0.0.78",
"@webcomponents/webcomponentsjs": "^2.2.7",
"codemirror": "^5.49.0",
"codemirror-spell-checker": "^1.1.2",
"crypto-js": "^4.0.0",
"easymde": "^2.16.1",
"graphql": "^15.3.0",
"lit-element": "^2.2.1",
"marked": "^4.0.10",
"moment": "^2.24.0",
"multiselect-combo-box": "^2.0.2",
"prop-types": "^15.7.2",
"pwa-helpers": "^0.9.0",
"react": "^16.13.1",
"react-ga": "^3.1.2",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"graphql-ws": "^5.11.2",
"ts-md5": "^1.2.6",
"tslib": "^1.9.3",
"weightless": "^0.0.37"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/plugin-transform-typescript": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@piuccio/ejs-compiled-loader": "^3.0.0",
"@skatejs/ssr": "^0.19.11",
"@types/clean-webpack-plugin": "0.1.2",
"@types/copy-webpack-plugin": "^4.4.2",
"@types/expect-puppeteer": "^3.3.1",
"@types/googlemaps": "^3.37.6",
"@types/gulp": "^4.0.5",
"@types/html-webpack-plugin": "^3.2.0",
"@types/jest": "^24.0.0",
"@types/jest-axe": "^2.2.3",
"@types/jest-environment-puppeteer": "^2.2.1",
"@types/loader-utils": "^1.1.3",
"@types/node": "^10.12.24",
"@types/optimize-css-assets-webpack-plugin": "^1.3.3",
"@types/pixelmatch": "^4.0.0",
"@types/pngjs": "^3.3.2",
"@types/puppeteer": "^1.12.1",
"@types/webpack": "^4.4.24",
"@types/webpack-merge": "^4.1.3",
"babel-jest": "^24.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-template-html-minifier": "^2.2.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"core-js": "^2.6.5",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"ejs": "^2.6.1",
"gulp": "^4.0.0",
"gulp-htmllint": "^0.0.16",
"gulp-stylelint": "^8.0.0",
"gulp-tslint": "^8.1.3",
"html-webpack-plugin": "^4.0.0-beta.8",
"htmllint": "^0.7.3",
"jest": "^24.1.0",
"jest-axe": "^3.1.1",
"jest-puppeteer": "^3.9.0",
"loader-utils": "^1.2.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"postcss": "^8.1",
"postcss-loader": "^4.0.3",
"postcss-preset-env": "^6.5.0",
"puppeteer": "^1.12.2",
"script-ext-html-webpack-plugin": "^2.1.3",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"stylelint-scss": "^3.5.3",
"terser": "^3.16.1",
"terser-webpack-plugin": "^1.2.2",
"ts-node": "^10.9.1",
"tslint": "^5.12.1",
"typescript": "^4.0.2",
"webpack": "^4.39.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1",
"workbox-webpack-plugin": "^3.6.3"
},
"engines": {
"node": ">=8.3"
}
}