-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.58 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.58 KB
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
{
"name": "testapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --mode production --config ./webpack.config.js --color --bail",
"build:dev": "cross-env NODE_ENV=development node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --mode development --config ./webpack.config.js --color --bail",
"ingest": "gulp"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^5.2.1",
"css-loader": "^6.8.1",
"del": "^3.0.0",
"ejs-loader": "^0.3.0",
"eslint": "^5.4.0",
"event-stream": "^4.0.1",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-flatten": "^0.4.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"rimraf": "^2.6.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.22.1",
"ts-loader": "^9.4.3",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tslint": "^5.5.0",
"tslint-loader": "^3.5.3",
"typescript": "^5.9.3",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"worker-loader": "^3.0.8",
"yargs": "^17.2.1"
},
"dependencies": {
"@floating-ui/core": "^1.7.2",
"@floating-ui/dom": "^1.7.2",
"@lit-labs/virtualizer": "^2.0.12",
"@lit/context": "^1.1.3",
"core-js": "^3.1.4",
"igniteui-webcomponents": "~6.3.6",
"lit": "^3.1.2",
"lit-html": "^3.1.2"
}
}