-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 974 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
33
34
{
"name": "react-advanced",
"version": "0.1.3",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "tsc",
"copy-files": "babel-node scripts/copy-files.js",
"release": "yarn prepare && yarn copy-files && npm publish dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timbset/react-advanced.git"
},
"author": "Timofey Traynenkov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timbset/react-advanced/issues"
},
"homepage": "https://github.com/timbset/react-advanced#readme",
"devDependencies": {
"@types/react": "^17.0.15",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.1.6",
"fs-extra": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.3.5"
}
}