-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "Miniboost",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "babel-node index.js",
"dev": "export TMPDIR=~/Downloads/.miniboost;export NODE_OPTIONS=--openssl-legacy-provider; webpack --mode=development ",
"webpackRun": "babel-node dist/index.out.js",
"build": "babel index.js -d bin/"
},
"dependencies": {
"cson": "^7.20.0",
"emoji-name-map": "^1.2.9",
"html-entities": "^2.3.2",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.1.0",
"markdown-it-table-of-contents": "^0.5.2",
"open": "^6.0.0",
"proton-native": "^2.0.4",
"tmp": "^0.2.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-stage-0": "^7.8.3",
"babel-loader": "^8.1.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.7.2",
"webpack-node-externals": "^1.7.2"
}
}