-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 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
{
"name": "motorhomes.addli.jp",
"version": "0.9.0",
"description": "This is the code of the motorhome information site for the liberarian.",
"scripts": {
"build": "gulp",
"rollup": "rollup -c",
"test": "mocha -r ts-node/register test/tests/**/*.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/addli/motorhomes.addli.jp.git"
},
"author": "iq3",
"license": "MIT",
"homepage": "https://motorhomes.addli.jp",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-connect": "^5.7.0",
"gulp-hjson": "^2.4.3",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"gulp-tslint": "^8.1.3",
"mocha": "^5.2.0",
"node-env-file": "^0.1.8",
"node-sass": "^4.11.0",
"riot": "^3.13.2",
"rollup": "^0.45.2",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-riot": "^1.1.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"ts-node": "^3.3.0",
"typescript": "^2.3.4",
"typescript-simple": "^8.0.0",
"typings": "^2.1.1"
},
"optionalDependencies": {
"tslint": "^5.4.2"
},
"dependencies": {
"fetch-polyfill": "^0.8.2",
"i18next": "^8.4.3",
"inversify": "^4.3.0",
"jquery": "^3.2.1",
"limone": "0.0.2",
"marked": "^0.3.6",
"moment": "^2.23.0",
"natives": "^1.1.6",
"reflect-metadata": "^0.1.10",
"riot-nav": "^0.2.3",
"riot-route": "^3.1.4",
"riot-tab": "^0.2.3"
}
}