-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
{
"name": "yarnTest",
"version": "1.0.0",
"description": "Basic node example showing how to import the vanillajs SDK and configure it.",
"main": "dist/bundle.js",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack serve --config webpack.config.js --mode development"
},
"dependencies": {
"@this-is-not-a-drill/vanillajs-sdk": "^1.0.28",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"express": "^4.19.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"vm-browserify": "^1.1.2",
"webpack-dev-middleware": "^7.2.1",
"webpack-hot-middleware": "^2.26.1"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-loader": "^9.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}