forked from nxshell/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1008 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
31
32
33
34
35
36
37
38
39
40
{
"name": "powertools-core",
"version": "1.1.0",
"description": "NxShell Core for PC.",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development electron .",
"build": "webpack --config webpack.conf.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/powertools/powertools-core.git"
},
"keywords": [
"tools",
"NxShell",
"Shell"
],
"author": "NxShell Team",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.7",
"@babel/core": "^7.12.7",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.1",
"cross-env": "^7.0.2",
"electron": "17.4.1",
"@electron/remote": "2.0.8",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"semver": "^7.3.5"
},
"dependencies": {
"lodash": "^4.17.15",
"axios": "^0.21.1"
}
}