-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.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
{
"name": "@macfja/livres",
"description": "Keep track of your books",
"license": "MIT",
"dependencies": {
"format-message": "^6.2.3",
"isbn3": "^1.1.7",
"jsbarcode": "^3.11.3",
"just-debounce": "^1.0.0",
"lozad": "^1.16.0",
"moment": "^2.29.1",
"progressbar.js": "^1.1.0",
"quagga": "^0.12.1",
"svelte": "^3.31.2",
"svelte-intl": "^1.1.2",
"tiny-emitter": "^2.1.0",
"tippy.js": "^6.2.7",
"ultimate-pagination": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.5.3",
"eslint": "^7.1.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-svelte3": "^2.7.3",
"extract-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"less": "^3.13.1",
"less-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0.0",
"sass": "^1.32.5",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^1.3.0",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^4.6.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11"
}
}