-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "gluesql-js-demo",
"version": "0.1.0",
"description": "GlueSQL-js Web Demo",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"test": "eslint src"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gluesql/gluesql-js-demo.git"
},
"keywords": [
"gluesql"
],
"author": "Taehoon Moon",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluesql/gluesql-js-demo/issues"
},
"homepage": "https://github.com/gluesql/gluesql-js-demo#readme",
"dependencies": {
"gluesql": "^0.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}