-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "schemaserver",
"version": "0.1.0",
"description": "schemaserver front end",
"main": "schemaserver/js/index.jsx",
"author": "dokastho",
"license": "MIT",
"repository": {},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/eslint-parser": ">=7.15.7",
"@babel/plugin-transform-runtime": ">=7.15.0",
"@babel/preset-env": ">=7.15.6",
"@babel/preset-react": ">=7.14.5",
"@babel/runtime": ">=7.15.4",
"babel-loader": "^8.2.5",
"eslint-config-airbnb": ">=18.2.1",
"eslint-plugin-import": ">=2.24.2",
"eslint-plugin-jsx-a11y": ">=6.4.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": ">=4.2.0",
"webpack": "^5.74.0",
"webpack-cli": ">=4.8.0"
},
"dependencies": {
"babel-core": "^6.26.3",
"chromedriver": "^98.0.0",
"eslint": "^7.5.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.3",
"node": "^17.4.0",
"prop-types": ">=15.7.2",
"react": ">=17.0.2",
"react-bulma-components": "^4.1.0",
"react-dom": ">=17.0.2",
"react-ellipsis-text": "^1.2.1",
"react-infinite-scroll-component": ">=6.1.0",
"react-router-dom": "^6.3.0",
"semantic-ui-react": "^2.1.2"
},
"engines": {
"node": ">=8.0.0"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}