-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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": "webGavrog",
"version": "0.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/odf/webGavrog"
},
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"build-dev": "webpack --mode development --debug --devtool cheap-module-source-map --output-pathinfo",
"test": "spec/jstest-babel spec/**/*_spec.js"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"md5": "^2.3.0",
"plexus-csp": "^0.2.2"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"elm": "^0.19.1-3",
"elm-webpack-loader": "^7.0.1",
"html-webpack-plugin": "^3.2.0",
"jstest": "^1.0.5",
"jsverify": "^0.8.2",
"node-libs-browser": "^2.2.1",
"source-map-support": "^0.5.19",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"worker-loader": "^2.0.0"
}
}