-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"version": "1.0.0",
"name": "terracotta-react-repo",
"author": "DHI",
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"engines": {
"node": ">=10"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@dhi-gras/eslint-config-react": "^2.0.0",
"@dhi-gras/eslint-config-ts": "^2.0.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.3",
"@types/babel__preset-env": "^7",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"deck.gl": "^8.6.3",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-radar": "^0.2.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.4"
}
}