This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
generated from reshufflehq/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.49 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": "blank",
"version": "0.0.1",
"license": "MIT",
"keywords": [
"reshuffle",
"react",
"blank",
"start",
"fullstack"
],
"dependencies": {
"@reshuffle/code-transform": "0.1.0",
"@reshuffle/db": "^0.5.5",
"@reshuffle/fetch-runtime": "0.1.0",
"@reshuffle/local-proxy": "^0.3.1",
"@reshuffle/passport": "^0.2.0",
"@reshuffle/react-auth": "^0.1.7",
"@reshuffle/server-function": "0.2.2",
"bootstrap": "^4.4.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.12",
"react-dom": "^16.12.0",
"react-scripts": "^3.2.0"
},
"scripts": {
"start": "cross-env EXTEND_ESLINT=true react-scripts start",
"build": "cross-env EXTEND_ESLINT=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint backend --fix && eslint src --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"cross-env": "^6.0.3",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.19.1",
"stylelint": "^12.0.0",
"stylelint-config-standard": "^19.0.0"
},
"stylelint": {
"extends": "stylelint-config-standard"
},
"prettier": {
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": true
}
}