-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 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
{
"name": "rp-prompt",
"version": "1.2.0",
"description": "Liqvid plugin providing prompts to read from",
"exports": {
".": "./dist/index.js"
},
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"files": [
"dist/*"
],
"author": "Yuri Sulyma <yuri@liqvidjs.org>",
"repository": {
"type": "git",
"url": "git+https://github.com/ysulyma/rp-prompt.git"
},
"scripts": {
"css": "stylus -c -w -o style.css style.styl"
},
"bugs": {
"url": "https://github.com/ysulyma/rp-prompt/issues"
},
"homepage": "https://github.com/ysulyma/rp-prompt#readme",
"license": "MIT",
"peerDependencies": {
"@types/react": "^17.0.0",
"liqvid": "^2.0.10",
"react": "^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"css-loader": "^6.5.1",
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.28.0",
"liqvid": "^2.0.10",
"react": "^17.0.2",
"style-loader": "^3.3.1",
"stylus": "^0.56.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
}
}