-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.17 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
75
76
77
78
79
80
81
{
"name": "apiarios",
"version": "1.0.0",
"description": "",
"scripts": {
"start:react": "parcel serve client/index.html --open --dist-dir client/build",
"start": "node server/index.js",
"build": "parcel build client/index.html --dist-dir client/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucdale/apiarios.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ucdale/apiarios/issues"
},
"homepage": "https://github.com/ucdale/apiarios#readme",
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@testing-library/react": "^12.1.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"copyfiles": "^2.4.1",
"css-loader": "^6.6.0",
"esbuild-loader": "^2.18.0",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-dependencies": "^2.4.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"parcel": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fake-props": "^1.0.3",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-scss": "^4.1.0"
},
"dependencies": {
"@azure/app-configuration": "^1.3.1",
"@azure/cosmos": "^3.15.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.1.3",
"express": "^4.17.3",
"morgan": "^1.10.0",
"react-bootstrap": "^2.1.2",
"react-scripts": "5.0.0",
"react-table": "^7.7.0",
"sass": "^1.49.9",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}