-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.92 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@bowtie/template-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@airbrake/browser": "^1.0.6",
"@bowtie/api": "^0.6.3",
"@bowtie/ts-github": "^1.4.0",
"@bowtie/utils": "^0.3.3",
"@emotion/core": "^10.0.28",
"@rjsf/core": "^2.0.0-alpha.6",
"@tinymce/tinymce-react": "^3.5.0",
"ansi-to-html": "^0.6.14",
"async": "^3.2.0",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"eventemitter2": "^5.0.1",
"hookrouter": "^1.2.3",
"js-yaml": "^3.13.1",
"moment": "^2.24.0",
"node-sass": "^4.14.1",
"pubnub": "^4.27.4",
"qs": "^6.9.3",
"react": "^16.13.1",
"react-color": "^2.18.0",
"react-dates": "^21.8.0",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.4",
"react-dropzone": "^10.2.2",
"react-dropzone-s3-uploader": "^1.1.0",
"react-file-base64": "^1.0.3",
"react-jsonschema-form": "^1.8.1",
"react-scripts": "^4.0.1",
"react-select": "^3.1.0",
"react-spinners": "^0.6.1",
"reactstrap": "^8.4.1",
"slugify": "^1.4.0",
"toml": "^3.0.0",
"uuid": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint src/**/*.{js,jsx}",
"lint:fix": "eslint src/**/*.{js,jsx} --fix",
"pretest": "npm run lint",
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject",
"audit": "npm audit"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@bowtie/prettier": "^1.4.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2"
}
}