-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.7 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
{
"name": "miojslibs",
"version": "0.9.56",
"description": "This project contains the different platforms for MIOJSLibs",
"directories": {
"doc": "docs",
"test": "tests"
},
"devDependencies": {
"@types/chart.js": "^2.7.22",
"@types/jasmine": "^2.8.8",
"@types/request": "^2.47.1",
"@types/request-promise": "^4.1.41",
"brace": "^0.11.1",
"chart.js": "^2.7.2",
"copy-webpack-plugin": "^4.5.1",
"copyfiles": "^2.0.0",
"cross-env": "^5.2.0",
"decimal.js": "^10.0.1",
"dts-bundle": "^0.7.3",
"ifdef-loader": "^2.0.3",
"jasmine": "^2.99.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "^0.0.32",
"npx": "^10.2.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"xmlhttprequest": "^1.8.0",
"lerna": "^3.22.1",
"wepack-cli": "^0.0.1-security"
},
"scripts": {
"dev": "lerna run --scope miojslibs dev",
"dev-node": "lerna run --scope miojslibs-core dev",
"copy:dist": "copyfiles \"build/**/*.js*\" \"build/*.js*\" dist/js --up 1",
"build:webworkers": "./tools/build_project/build_webworkers.sh",
"check:missing_barrels": "python3 ./tools/build_project/check_exports/check_exports.py",
"check:dependencies": "./tools/dep_graph/connections_graph.sh",
"prod": "lerna run prod",
"publish": "lerna publish",
"lint": "tslint -p ."
},
"dependencies": {
"@types/ace": "0.0.42"
}
}