-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
70 lines (70 loc) · 1.83 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
{
"name": "riot_realworld_example_app",
"version": "7.0.0",
"description": "Exemplary real world application built with Riot.js v7 🖐✌️",
"scripts": {
"build": "gulp",
"rollup": "rollup -c",
"connect": "gulp connect",
"test": "mocha -r ts-node/register test/**/*.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/iq3addLi/riot_realworld_example_app.git"
},
"keywords": [
"riot",
"riotjs",
"realworld",
"single-page-app",
"example"
],
"author": "iq3 (+Li, Inc.)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iq3addLi/riot_realworld_example_app/issues"
},
"homepage": "https://github.com/iq3addLi/riot_realworld_example_app",
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/gulp": "^4.0.9",
"@types/gulp-connect": "^5.0.5",
"@types/gulp-replace": "^0.0.31",
"@types/marked": "^4.0.0",
"@types/mocha": "^5.2.7",
"@types/riot-route": "^3.1.1",
"chai": "^4.3.4",
"fetch-polyfill": "^0.8.2",
"gulp": "^4.0.0",
"gulp-connect": "^5.7.0",
"gulp-hjson": "^2.4.3",
"gulp-replace": "^1.1.3",
"gulp-tslint": "^8.1.4",
"gulp-uglify": "^3.0.2",
"i18next": "^21.0.0",
"jwt-decode": "^3.0.0",
"kind-of": ">=6.0.3",
"marked": "^4.0.10",
"mocha": "^10.0.0",
"moment": "^2.29.4",
"natives": "^1.1.6",
"reflect-metadata": "^0.1.13",
"riot": "^7.0.0",
"riot-route": "^3.1.4",
"rollup": "^2.78.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-riot": "^6.0.0",
"rollup-plugin-typescript": "^1.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript-simple": "^8.0.6",
"uglify-es": "^3.3.9"
},
"optionalDependencies": {
"tslint": "^6.0.0"
},
"volta": {
"node": "16.16.0"
}
}