-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.37 KB
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
{
"name": "SeeQL",
"private": true,
"dependencies": {
"@popperjs/core": "^2.9.2",
"@rails/webpacker": "^5.4.0",
"autoprefixer": "~10.0.0",
"bootstrap": "^5.0.0",
"bulma": "^0.9.2",
"cocoon": "github:nathanvda/cocoon#c24ba53",
"eslint-plugin-jquery": "^1.5.1",
"interactjs": "^1.8.5",
"jquery": "^3.5.0",
"leader-line": "^1.0.5",
"popover": "^2.4.1",
"postcss": "~8.2.0",
"postcss-flexbugs-fixes": "^5.0.0",
"postcss-import": "^14.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
"react": "~16.0.0",
"react-dom": "~16.0.0",
"serialize-javascript": "5.0.0",
"tailwindcss": "~2.0.0",
"tooltip": "^1.6.1",
"typewriter-effect": "^2.13.1",
"webpack": "~5.76.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "4.0.0",
"webpack-dev-server": "^3.10.3"
}
}