-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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": "0x40-web",
"version": "5.3",
"description": "Pretty images and colours",
"main": "index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"format": "prettier --write ./**/*.svelte ./**/*.css ./**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mon/0x40-web.git"
},
"author": "mon",
"license": "MIT",
"bugs": {
"url": "https://github.com/mon/0x40-web/issues"
},
"homepage": "https://github.com/mon/0x40-web#readme",
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",
"css-loader": "^6.7.3",
"esbuild-loader": "^3.0.1",
"mini-css-extract-plugin": "^2.7.3",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"svelte": "^3.56.0",
"svelte-check": "^3.1.2",
"svelte-check-plugin": "^1.0.4",
"svelte-loader": "^3.1.5",
"svelte-preprocess": "^5.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@types/string_score": "^0.1.28",
"@zip.js/zip.js": "^2.6.78",
"string_score": "^0.1.22",
"xmlbuilder": "^15.1.1"
}
}