-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "lum-directory",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"leaflet": "^1.4.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-leaflet": "^2.1.4",
"react-scripts-ts": "3.1.0",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"typedoc": "npx typedoc --excludeExternals --tsconfig tsconfig.prod.json --ignoreCompilerErrors --out docs/ src/"
},
"devDependencies": {
"@types/jest": "^23.3.11",
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-leaflet": "^1.1.6",
"@types/styled-components": "^4.1.5",
"prettier": "^1.15.3",
"tslint-plugin-prettier": "^2.0.1",
"typedoc": "^0.14.0",
"typescript": "^3.2.2"
}
}