forked from fangpenlin/avataaars-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.61 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
63
{
"name": "avataaars-generator",
"version": "0.1.0",
"private": true,
"dependencies": {
"avataaars": "^2.0.0",
"bootstrap": ">=4.6.0",
"file-saver": "^1.3.3",
"history": "^4.7.2",
"lodash": "^4.17.19",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-scripts-ts": "^3.1.0",
"react-url-query": "^1.2.0",
"tar": "^4.4.18"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/file-saver": "^1.3.0",
"@types/history": "^4.6.2",
"@types/jest": "^21.1.6",
"@types/lodash": "^4.14.172",
"@types/node": "^8.0.53",
"@types/prop-types": "^15.5.2",
"@types/react": "^17.0.18",
"@types/react-bootstrap": "^0.32.26",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"import-sort-style-renke": "^3.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^7.0.0",
"tslint-react": "^5.0.0",
"typescript": "^4.3.5"
},
"importSort": {
".js, .jsx, .es6, .es": {
"parser": "babylon",
"style": "import-sort-style-renke"
},
".ts, .tsx": {
"parser": "typescript",
"style": "import-sort-style-renke"
}
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": true
}
}