-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.87 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
{
"name": "radicle-design-system",
"version": "0.1.0",
"author": {
"name": "radicle team",
"email": "[email protected]",
"url": "https://radicle.xyz"
},
"license": "GPL-3.0-only",
"description": "Radicle Design System",
"repository": {
"type": "git",
"url": "https://github.com/radicle-dev/radicle-design-system.git"
},
"scripts": {
"start": "webpack serve --open --config-name design-system",
"lint": "eslint . --ignore-path .gitignore --ext .js,.svelte,.ts --max-warnings=0",
"prepare": "husky install"
},
"dependencies": {
"@types/lodash-es": "^4.17.6",
"lodash-es": "^4.17.21",
"marked": "^4.0.16",
"sanitize-html": "^2.7.0",
"svelte": "^3.48.0",
"twemoji": "14.0.2"
},
"packageManager": "[email protected]",
"files": [
"!node_modules/*",
"!build/*",
"**/*.svelte",
"**/*.ts",
"**/*.css",
"**/*.html",
"**/*.otf"
],
"devDependencies": {
"@types/node": "^18.6.4",
"@types/yargs": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.21.0",
"eslint-plugin-svelte3": "^4.0.0",
"execa": "^5.1.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"license-webpack-plugin": "^4.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"process": "^0.11.10",
"spdx-expression-parse": "^3.0.1",
"spdx-whitelisted": "^1.0.0",
"stream-browserify": "^3.0.0",
"svelte-loader": "^3.1.3",
"svelte-preprocess": "^4.10.7",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"yargs": "^17.5.1"
}
}