-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "graphlinq-ide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./node_modules/parcel-bundler/bin/cli.js index.html",
"build": "node ./node_modules/parcel-bundler/bin/cli.js build index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.0.0",
"cssnano": "^4.1.11",
"parcel-bundler": "^1.12.5",
"parcel-plugin-static-files-copy": "^2.6.0",
"sass": "^1.32.7",
"vue-template-compiler": "^2.7.16"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@sentry/react": "^7.47.0",
"ace-builds": "^1.4.12",
"brace": "^0.11.1",
"file-saver": "^2.0.5",
"handlebars": "^4.7.7",
"hotkeys-js": "^3.8.2",
"html2canvas": "^1.4.1",
"js-cookie": "^2.2.1",
"moment": "^2.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.7",
"svg-line-curved": "^1.0.0",
"templates": "^1.2.9",
"toastr": "^2.1.4",
"uuid": "^8.3.2",
"web3": "^1.3.4"
}
}