forked from CircuitVerse/CircuitVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 810 Bytes
/
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
{
"name": "CircuitVerse",
"version": "1.0.0",
"repository": "[email protected]:CircuitVerse/CircuitVerse.git",
"license": "MIT",
"scripts": {
"lint": "eslint ./public/js/",
"postinstall": "opencollective-postinstall || true"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0",
"expose-loader": "^0.7.5",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@rails/webpacker": "4.2.2",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"opencollective-postinstall": "^2.0.2",
"popper.js": "^1.16.0",
"trumbowyg": "^2.21.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/CircuitVerse"
}
}