forked from CircuitVerse/CircuitVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.03 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
{
"name": "CircuitVerse",
"version": "1.0.0",
"repository": "[email protected]:CircuitVerse/CircuitVerse.git",
"license": "MIT",
"scripts": {
"build:docs": "./node_modules/.bin/jsdoc public/src/* -c conf.json -t ./node_modules/better-docs",
"watch:doc-src": "npx nodemon --exec 'npm run build:docs' --watch public/src/",
"watch:doc-output": "npx livereload out",
"watch:docs": "npm run watch:doc-output & npm run watch:doc-src",
"lint": "eslint ./public/js/",
"postinstall": "opencollective-postinstall || true",
"webpack:analyze": "yarn webpack:build_json && yarn webpack:analyze_json",
"webpack:build_json": "RAILS_ENV=${RAILS_ENV:-production} NODE_ENV=${NODE_ENV:-production} bin/webpack --profile --json > tmp/webpack-stats.json",
"webpack:analyze_json": "webpack-bundle-analyzer tmp/webpack-stats.json public/packs"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"expose-loader": "^0.7.5",
"jsdoc": "3.6.6",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
"@babel/preset-env": "^7.13.10",
"@fortawesome/fontawesome-free": "^5.15.2",
"@rails/webpacker": "5.2.1",
"better-docs": "^2.0.1",
"bootstrap": "^4.6.0",
"canvas2svg": "1.0.16",
"codemirror": "^5.60.0",
"css-vars": "^2.2.0",
"dom-to-image": "^2.6.0",
"driver.js": "^0.9.8",
"expose-loader": "^0.7.5",
"jquery": "^3.6.0",
"jquery-resizable-dom": "^0.35.0",
"jquery-ui": "1.12.1",
"jquery-ui-css": "^1.11.5",
"jquery-ui-dist": "^1.12.1",
"jquery-ujs": "^1.2.2",
"jsdoc-export-default-interop": "^0.3.1",
"livereload": "^0.9.2",
"nodemon": "^2.0.7",
"opencollective-postinstall": "^2.0.3",
"popper.js": "^1.16.1",
"trumbowyg": "^2.23.0",
"turbolinks": "^5.2.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/CircuitVerse"
}
}