-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.54 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"author": {
"email": "[email protected]",
"name": "XY Labs Development Team",
"url": "https://xylabs.com"
},
"bin": {
"analyze": "bin/analyze.js",
"build": "bin/build.js",
"build-ci": "bin/build-ci.js",
"eject": "bin/eject.js",
"sitemap": "bin/sitemap.js",
"start": "bin/start.js",
"test": "bin/test.js",
"xylabs-analyze": "bin/analyze.js",
"xylabs-build": "bin/build.js",
"xylabs-build-ci": "bin/build-ci.js",
"xylabs-eject": "bin/eject.js",
"xylabs-sitemap": "bin/sitemap.js",
"xylabs-start": "bin/start.js",
"xylabs-test": "bin/test.js"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/xylabs/ts-scripts-react/issues"
},
"dependencies": {
"@xylabs/eslint-config": "^2.3.30",
"@xylabs/ts-scripts": "^1.0.66",
"react-scripts": "^5.0.1",
"sitemap": "^7.1.1",
"source-map-explorer": "^2.5.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"description": "TypeScript project scripts for React",
"devDependencies": {
"@types/node": "^18.0.0"
},
"homepage": "https://xylabs.com",
"keywords": [
"xylabs",
"react",
"utility",
"typescript"
],
"license": "LGPL-3.0",
"name": "@xylabs/ts-scripts-react",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/xylabs/ts-scripts-react.git"
},
"scripts": {
"compile": "tsc -p ./tsconfig.build.json"
},
"sideEffects": false,
"version": "1.0.13",
"packageManager": "[email protected]"
}