-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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
{
"name": "quicksum-svelte-webpack",
"version": "1.0.0",
"description": "Quick summarization with integrated support for generating text fragments",
"author": "Yonah Aviv",
"main": "index.js",
"scripts": {
"build": "wp --config config/webpack.config.js --mode production",
"build:analyze": "wp --config config/webpack.config.js --mode production --analyze",
"start": "wp --config config/webpack.config.js --mode development"
},
"keywords": [
"svelte",
"webpack",
"quicksum",
"summarization"
],
"license": "MIT",
"devDependencies": {
"@tsconfig/svelte": "^2.0.1",
"autoprefixer": "^10.3.1",
"carbon-components-svelte": "^0.42.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"dotenv-webpack": "^7.0.3",
"esbuild-loader": "^2.15.0",
"mini-css-extract-plugin": "^2.2.0",
"mini-html-webpack-plugin": "^3.1.3",
"postcss": "^8.3.6",
"postcss-load-config": "^3.1.0",
"postcss-loader": "^6.1.1",
"svelte": "^3.42.1",
"svelte-inline-svg": "^1.0.8",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.7.4",
"svelte-typewriter": "^2.4.5",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-merge": "^5.8.0",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.5.0",
"webpackbar": "^5.0.0-3"
},
"dependencies": {
"carbon-icons-svelte": "^10.36.0" }
}