-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "astron",
"description": "A component library with a basic and shiny design system which is also highly customisable. Pick your favourite Javascript UI framework and let your UI and code shine like stars.",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "npx nx run-many -t build",
"clean": "npx nx run-many -t clean"
},
"private": true,
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@nx/js": "17.2.7",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"babel-plugin-optimize-clsx": "^2.6.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"fs-extra": "^11.2.0",
"nx": "17.2.7",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"yargs": "^17.7.2"
},
"workspaces": [
"packages/*"
],
"browserslist": [
"> 0.3%",
"last 2 versions",
"Firefox ESR",
"not dead",
"node 12"
],
"homepage": "https://github.com/Peersyst/astron",
"repository": {
"type": "git",
"url": "https://github.com/Peersyst/astron"
},
"bugs": {
"url": "https://github.com/Peersyst/astron/issues"
}
}