-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
32 lines (32 loc) · 855 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": "blx-react-hooks",
"version": "0.0.7",
"main": "dist/react-hooks.min.js",
"types": "src/index.ts",
"repository": "[email protected]:bramblex/react-hooks.git",
"author": "乔健 <[email protected]>",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"lint": "tslint",
"test": "ts-node test/index.ts"
},
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"devDependencies": {
"@types/node": "^10.12.11",
"@types/react": "^16.7.6",
"rollup": "^0.66.6",
"rollup-plugin-buble": "^0.19.4",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-typescript2": "^0.17.2",
"rollup-plugin-uglify": "^6.0.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
}
}