This repository was archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.01 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.01 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "seadoo",
"version": "0.0.1",
"description": "Admin portal",
"author": "Opsee",
"private": true,
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git://github.com/opsee/seadoo.git"
},
"devDependencies": {
"assets-webpack-plugin": "^3.0.0",
"babel-core": "^6.2.1",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.4",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-runtime": "^6.6.1",
"connect": "^3.4.0",
"connect-modrewrite": "^0.8.2",
"css-loader": "^0.23.1",
"eslint": "~2.2.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^3.7.1",
"exports-loader": "^0.6.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.2",
"json-loader": "^0.5.3",
"opsee-style": "git+ssh://git@github.com/opsee/style.git#1.1.0",
"postcss": "^5.0.13",
"postcss-browser-reporter": "^0.4.0",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^7.1.3",
"postcss-loader": "^0.8.0",
"postcss-reporter": "^1.3.0",
"postcss-url": "^5.1.0",
"react-hot-loader": "^1.3.0",
"reactify": "^1.1.1",
"redux-devtools": "^2.1.5",
"request": "^2.61.0",
"require-dir": "^0.3.0",
"serve-static": "^1.10.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"scripts": {
"start": "node util/rev | node util/server",
"build": "node util/rev | NODE_ENV=production webpack --bail && cp -r src/fonts/ dist/fonts/",
"deploy": "npm run build && docker build -t quay.io/opsee/seadoo:latest .",
"lint": "eslint src/. --ext .js,.jsx --max-warnings 0 --config ./node_modules/opsee-style/.eslintrc",
"compare": "node visreg/compare",
"fix": "npm install",
"serve": "node util/connect",
"casper": "npm run serve | casperjs test util/test-deploy.js",
"casper-debug": "npm run serve | casperjs test util/test-deploy.js --remote-debugger-port=9000 --url=http://localhost:8080"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"dependencies": {
"babel-loader": "^6.2.4",
"classnames": "^2.1.5",
"emissary": "github:opsee/emissary#66db4f5dcadb6e6d377f194c71b574411f6560be",
"es6-promise": "^3.0.2",
"flexboxgrid": "^6.3.0",
"flux-standard-action": "^0.6.0",
"fuzzy": "^0.1.1",
"git-rev": "^0.2.1",
"graphiql": "^0.6.6",
"graphql": "^0.4.18",
"highlight.js": "^8.6.0",
"history": "git+ssh://git@github.com/opsee/history.git",
"immutable": "^3.7.4",
"lodash": "^4.6.1",
"moment": "^2.11.2",
"newforms": "^0.13.2",
"path": "^0.11.14",
"postcss-modules": "^0.3.0",
"q": "^1.4.1",
"query-string": "^3.0.0",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.3",
"react-addons-perf": "^0.14.2",
"react-addons-pure-render-mixin": "^0.14.2",
"react-autosuggest": "^2.1.1",
"react-bootstrap": "^0.27.3",
"react-components": "^0.2.0",
"react-document-title": "^2.0.0",
"react-dom": "^0.14.2",
"react-hammerjs": "^0.4.3",
"react-proxy-loader": "^0.3.4",
"react-redux": "^4.0.0",
"react-router": "^1.0.1",
"react-timeago": "^2.2.1",
"redux": "^3.0.4",
"redux-actions": "^0.8.0",
"redux-promise": "^0.5.0",
"redux-router": "^1.0.0-beta4",
"redux-thunk": "^1.0.0",
"regenerator": "^0.8.42",
"scroll-behavior": "^0.3.0",
"search-text-tokenizer": "2.0.1",
"seedling": "git+ssh://git@github.com/opsee/seedling.git#a9e188e30315ebfa5d14763af52638db4e09ef61",
"superagent": "^1.3.0",
"superagent-promise": "^1.0.3",
"uuid-v4": "^0.1.0"
}
}