-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.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
{
"name": "borealis-core",
"version": "0.0.4",
"description": "The core injector and plugin loader for BorealisOS",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/borealisOS/borealisOS.git"
},
"author": "Bradley Schofied <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/borealisOS/borealisOS/issues"
},
"homepage": "https://github.com/borealisOS/borealisOS#readme",
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-react": "^7.16.7",
"@babel/standalone": "^7.17.11",
"acorn": "^8.7.1",
"acorn-walk": "^8.2.0",
"babel-loader": "^8.2.5",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"puppeteer-core": "^13.5.2",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"semver": "^7.3.7",
"style-loader": "^3.3.1",
"webpack": "^5.72.1"
}
}