-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1011 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1011 Bytes
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
{
"name": "@wishy-gift/noscript",
"version": "0.0.14",
"private": false,
"description": "A small collection of utils for creating web apps that work without javascript",
"scripts": {
"prepare": "tsc",
"watch": "tsc -w",
"release": "standard-version",
"toc": "markdown-toc ./README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/wishy-gift/noscript.git"
},
"bugs": {
"url": "https://github.com/wishy-gift/noscript/issues"
},
"files": [
"dist",
"src"
],
"keywords": [
"noscript",
"react",
"redux"
],
"author": "Daniel Skogly <daniel@wishy.gift> (https://wishy.gift)",
"license": "MIT",
"dependencies": {
"markdown-toc": "^1.2.0",
"qs": "^6.10.1"
},
"devDependencies": {
"@types/qs": "^6.9.7",
"prettier": "2.3.2",
"standard-version": "^9.3.1",
"typescript": "^4.4.2"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.6.1",
"form-serialization": "^0.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4"
}
}