-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
79 lines (79 loc) · 2.41 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "hadron",
"version": "0.3.0",
"description": "Standalone Web Chat Client for use with Botanic/SEED Token Network services.",
"scripts": {
"dev": "webpack-dev-server --open --config build/wp.dev.js",
"start": "npm run dev",
"build": "webpack --config build/wp.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/SeedVault/Hadron.git"
},
"bugs": {
"url": "https://github.com/SeedVault/Hadron/issues"
},
"homepage": "https://github.com/SeedVault/Hadron#readme",
"dependencies": {
"adaptivecards": "~1.2.5",
"artyom.js": "~1.0.6",
"dat.gui": "~0.7.6",
"jquery": "~3.4.1",
"three": "~0.107.0",
"zoid": "~9.0.28"
},
"devDependencies": {
"@babel/cli": "~7.5.5",
"@babel/core": "~7.5.5",
"@babel/plugin-proposal-class-properties": "~7.5.5",
"@babel/plugin-proposal-decorators": "~7.4.4",
"@babel/plugin-proposal-export-namespace-from": "~7.5.2",
"@babel/plugin-proposal-function-sent": "~7.5.0",
"@babel/plugin-proposal-json-strings": "~7.2.0",
"@babel/plugin-proposal-numeric-separator": "~7.2.0",
"@babel/plugin-proposal-throw-expressions": "~7.2.0",
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/plugin-syntax-import-meta": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.5.5",
"@babel/preset-env": "~7.5.5",
"@babel/runtime": "~7.5.5",
"@babel/runtime-corejs2": "~7.5.5",
"autoprefixer": "~9.6.1",
"babel-loader": "~8.0.6",
"chalk": "~2.4.2",
"clean-webpack-plugin": "~3.0.0",
"copy-webpack-plugin": "~5.0.5",
"css-loader": "~3.2.0",
"eventsource-polyfill": "~0.9.6",
"extract-text-webpack-plugin": "~3.0.2",
"font-awesome-loader": "~1.0.2",
"html-webpack-plugin": "~4.0.0-beta.8",
"http-proxy-middleware": "~0.19.1",
"json-loader": "~0.5.7",
"modernizr": "~3.7.1",
"node-notifier": "~5.4.3",
"ora": "~3.4.0",
"portfinder": "~1.0.23",
"rimraf": "~3.0.0",
"semver": "~6.3.0",
"shelljs": "~0.8.3",
"style-loader": "~1.0.0",
"webpack": "~4.39.2",
"webpack-cli": "~3.3.7",
"webpack-dev-server": "~3.8.0",
"webpack-merge": "~4.2.1",
"webpack-modernizr-loader": "~5.0.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}