-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 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
51
52
53
54
55
{
"name": "vispana",
"version": "1.0.0",
"description": "Vispana",
"repository": {
"type": "git",
"url": "[email protected]:vispana/vispana.git"
},
"keywords": [
"vespa.ai",
"web client"
],
"author": "Marcus Eltscheminov",
"license": "MIT",
"bugs": {
"url": "https://github.com/vispana/vispana/issues"
},
"homepage": "https://github.com/vispana/vispana",
"dependencies": {
"ace-builds": "^1.31.1",
"ace-linters": "^0.13.3",
"daisyui": "^3.9.3",
"install": "^0.13.0",
"npm": "^10.2.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-data-table-component": "^7.5.4",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"react-syntax-highlighter": "^15.5.0",
"react-tabs": "^6.0.2",
"react-tooltip": "^5.21.6",
"rest": "^1.3.1",
"styled-components": "^5.3.3",
"uuid": "^9.0.1"
},
"scripts": {
"watch": "webpack --watch"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^8.0.2",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}