-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.41 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
71
72
73
74
75
76
77
78
79
80
{
"name": "miritos-ui",
"version": "1.0.0",
"description": "the browser side application for miritos platform",
"scripts": {
"build:debug": "gulp",
"build:watch": "gulp watch",
"build:release": "gulp release",
"build:docs": "gulp js:docs",
"build:watch:docs": "gulp watch:docs",
"clean": "gulp clean",
"vendor:install": "bower i",
"vendor:i": "npm run vendor:install",
"test": "npm run test:unit",
"test:unit": "karma start --single-run=true --browsers=PhantomJS",
"test:watch": "karma start --single-run=false --browsers=PhantomJS",
"start": "./bin/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sizethree/miritos.ui"
},
"author": "Danny Hadley <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sizethree/miritos.ui/issues"
},
"homepage": "https://github.com/sizethree/miritos.ui",
"devDependencies": {
"@types/q": "1.0.6",
"@types/react": "16.0.5",
"@types/react-dom": "15.5.5",
"babel-core": "^6.21.0",
"babel-plugin-external-helpers": "6.18.0",
"babel-plugin-transform-es2015-modules-amd": "6.24.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.16.0",
"bower": "1.8.0",
"btoa": "1.1.2",
"commander": "2.11.0",
"connect-redis": "3.3.1",
"del": "3.0.0",
"dotenv": "3.0.0",
"express": "4.14.1",
"express-http-proxy": "1.0.7",
"express-session": "1.15.5",
"formidable": "1.1.1",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"gulp-babel-external-helpers": "2.0.2",
"gulp-concat": "2.6.1",
"gulp-filter": "5.0.1",
"gulp-pug": "3.3.0",
"gulp-requirejs-optimize": "1.2.0",
"gulp-sass": "3.1.0",
"gulp-typescript": "3.2.3",
"gulp-uglify": "2.1.1",
"gulp-util": "3.0.8",
"gulp-yuidoc": "0.1.2",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "2.8.0",
"json5": "0.5.1",
"karma": "1.7.1",
"karma-babel-preprocessor": "7.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coffee-preprocessor": "1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "0.1.13",
"karma-narrow-reporter": "^2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-requirejs": "1.1.0",
"karma-typescript-preprocessor": "0.3.1",
"merge-stream": "1.0.1",
"redis": "2.8.0",
"request": "2.83.0",
"typescript": "^2.0.10",
"typings": "^2.0.0"
}
}