-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
32 lines (32 loc) · 827 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
32
{
"name": "fake-react",
"version": "1.0.0",
"description": "react 16.0.0",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c ./rollup.config.js",
"watch": "rollup -c ./rollup.config.js -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuSuguru/learn-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LuSuguru/learn-react/issues"
},
"homepage": "https://github.com/LuSuguru/learn-react#readme",
"devDependencies": {
"cz-conventional-changelog": "2.1.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.14.1",
"typescript": "^4.9.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}