-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.46 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
{
"name": "rosary",
"version": "0.0.0",
"private": true,
"dependencies": {
"react": "16.3.2",
"bootstrap": "4.1.1",
"mousetrap": "1.6.1",
"popper.js": "1.14.3",
"react-dom": "16.3.2",
"bootswatch": "4.1.1",
"prop-types": "15.6.1",
"reactstrap": "6.0.1",
"react-popper": "0.10.4",
"react-transition-group": "2.3.1",
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/react-fontawesome": "0.0.20",
"@fortawesome/fontawesome-free-solid": "5.0.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-scripts": "latest"
},
"prettier": {
"tabWidth": 2,
"printWidth": 120,
"useTabs": false,
"endOfLine": "lf",
"trailingComma": "none",
"semi": false,
"singleQuote": true,
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"vueIndentScriptAndStyle": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}