-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.81 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.81 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
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
{
"name": "asset-framework",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/blockapps/asset-framework",
"author": "BlockApps Inc.",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@blueprintjs/core": "^4.0.0",
"@hapi/joi": "^17.1.1",
"aws-sdk": "^2.1002.0",
"babel-plugin-module-resolver": "^4.1.0",
"blockapps-rest": "^8.0.5",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"clui": "^0.3.6",
"commander": "^6.2.1",
"connected-react-router": "^6.9.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-winston": "^4.2.0",
"fs-extra": "^10.0.1",
"handlebars": "^4.7.7",
"helmet": "^4.6.0",
"history": "^5.3.0",
"ip": "^1.1.5",
"is-subset": "^0.1.1",
"js-yaml": "^4.1.0",
"jwt-decode": "^3.1.2",
"mocha": "^8.2.0",
"moment": "^2.29.1",
"multer": "^1.4.3",
"normalize.css": "^8.0.1",
"prop-types": "^15.0.0",
"ramda": "^0.28.0",
"react-redux": "^7.2.6",
"react-router": "^6.2.2",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"winston": "^3.3.3",
"xlsx": "^0.18.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"yarn": "^1.22.17"
},
"scripts": {
"start": "babel-node index",
"generate": "yarn start",
"example": "babel-node index test-data-model.xlsx",
"template": "TEMPLATE_ONLY=true babel-node index",
"read-xlsx": "babel-node ./generation/xlsxTest.js"
},
"engines": {
"npm": "^6.14.16",
"node": "^14.19.1"
}
}