forked from CircuitVerse/CircuitVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.08 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "CircuitVerse",
"version": "1.0.0",
"repository": "git@github.com:CircuitVerse/CircuitVerse.git",
"license": "MIT",
"scripts": {
"build:docs": "jsdoc simulator/src/* -c conf.json -t ./node_modules/better-docs",
"watch:doc-src": "npx nodemon --exec 'npm run build:docs' --watch simulator/src/",
"watch:doc-output": "npx livereload out",
"watch:docs": "npm run watch:doc-output & npm run watch:doc-src",
"lint": "eslint ./simulator",
"postinstall": "opencollective-postinstall || true",
"prepare": "husky install",
"build": "node esbuild.config.js"
},
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"chokidar": "^3.5.3",
"esbuild-loader": "^2.18.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.24.2",
"expose-loader": "^3.1.0",
"husky": ">=6",
"jsdoc": "3.6.9",
"lint-staged": ">=12",
"livereload": "^0.9.3",
"nodemon": "^2.0.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@hotwired/stimulus": "^3.0.1",
"banana-i18n": "^2.3.2",
"better-docs": "^2.7.1",
"bootstrap": "^4.6.1",
"bootstrap-tagsinput": "^0.7.1",
"canvas2svg": "1.0.16",
"codemirror": "^5.65.1",
"css-loader": "^6.5.1",
"css-vars": "^2.2.0",
"dom-to-image": "^2.6.0",
"driver.js": "^0.9.8",
"esbuild": "^0.14.14",
"esbuild-plugin-sass": "^1.0.1",
"esbuild-rails": "^1.0.3",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"jquery-resizable-dom": "^0.35.0",
"jquery-ujs": "^1.2.3",
"jsdoc-export-default-interop": "^0.3.1",
"mini-css-extract-plugin": "^2.5.2",
"opencollective-postinstall": "^2.0.3",
"popper.js": "^1.16.1",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"stimulus": "^3.0.1",
"trumbowyg": "^2.25.1",
"turbolinks": "^5.2.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/CircuitVerse"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.rb": "rubocop -a"
}
}