-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 859 Bytes
/
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
{
"name": "nact",
"version": "1.0.0",
"description": "Naive reimplementation of react for learning purposes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ulisseus/nareact.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ulisseus/nareact/issues"
},
"homepage": "https://github.com/Ulisseus/nareact#readme",
"devDependencies": {
"husky": "^7.0.0",
"prettier": "2.5.1",
"pretty-quick": "^3.1.3",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}