This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 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
{
"name": "mekhane-scipnet",
"version": "1.0.0",
"description": "Frontend code scripts for Mekhane project",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --require ts-node/register --watch-extensions ts,tsx \"test/**/*.{ts,tsx}\" --timeout 60000",
"lint": "npx eslint src",
"webpack": "python3 scripts/generate_deeds_typings.py && npx webpack --display-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nu-SCPTheme/scipnet.git"
},
"keywords": [
"mekhane"
],
"author": "not_a_seagull",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Nu-SCPTheme/scipnet/issues"
},
"homepage": "https://github.com/Nu-SCPTheme/scipnet#readme",
"dependencies": {
"@types/bluebird": "^3.5.28",
"@types/jquery": "^3.3.31",
"@types/node": "^12.12.7",
"@types/preact-i18n": "^1.2.0",
"@types/webpack": "^4.41.0",
"bluebird": "^3.7.1",
"i18n": "^0.8.4",
"jquery": "^3.4.1",
"preact": "^10.1.1",
"preact-i18n": "^1.4.1",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"tslib": "^1.10.0",
"typescript": "^3.6.4",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"@types/body-parser": "^1.17.1",
"@types/chai": "^4.2.5",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.2",
"@types/jsdom": "^12.2.4",
"@types/mocha": "^5.2.7",
"@types/nunjucks": "^3.1.3",
"@types/sinon": "^7.5.1",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cookie-parser": "^1.4.4",
"eslint": "^6.6.0",
"express": "^4.17.1",
"jsdom": "^15.2.0",
"mocha": "^6.2.2",
"nunjucks": "^3.2.0",
"nyc": "^14.1.1",
"sinon": "^7.5.0",
"uuid": "^3.3.3"
}
}