forked from npmcdn-to-unpkg-bot/expedition-quest-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.68 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "expedition-quest-creator",
"version": "1.4.0",
"description": "The Expedition Quest Creation",
"homepage": "http://expeditiongame.com",
"repository": "https://github.com/ExpeditionRPG/expedition-quest-creator",
"main": "react.js",
"scripts": {
"test": "mocha meta_tests.js && karma start karma.conf.js --single-run --browsers PhantomJS",
"watch:test": "karma start karma.conf.js",
"dev": "webpack-dev-server --progress",
"start": "node app.js",
"build": "webpack -p --config webpack.dist.config.js --progress"
},
"author": "Fabricate.IO",
"license": "CC-BY-NC-SA-4.0",
"semistandard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
},
"dependencies": {
"@types/node": "^7.0.8",
"@types/promise-polyfill": "^6.0.0",
"ace": "^1.3.0",
"babel-core": "^6.24.0",
"body-parser": "^1.17.1",
"brace": "^0.10.0",
"cheerio": "^0.22.0",
"copy-webpack-plugin": "^4.0.1",
"cors": "^2.8.3",
"expedition-app": "git+https://github.com/ExpeditionRPG/expedition-app.git#976deb26c827d9e115139aeac5873c78aede6d8b",
"expedition-qdl": "git+https://github.com/ExpeditionRPG/expedition-qdl.git#d5df1f2957def7ceab9d669ac7c8a24bb173603c",
"express": "^4.15.2",
"express-rate-limit": "^2.8.0",
"express-session": "^1.15.1",
"express-winston": "^2.3.0",
"forwarded": "^0.1.0",
"google-auth-library": "^0.10.0",
"google-url": "0.0.4",
"grpc": "^1.4.1",
"html": "^1.0.0",
"joi": "^10.2.2",
"joi-browser": "^10.0.6",
"lodash": "^4.17.4",
"mailchimp-api-v3": "^1.7.0",
"markdown": "^0.5.0",
"material-ui": "^0.17.4",
"moment": "^2.17.1",
"multer": "^1.3.0",
"nconf": "^0.8.4",
"newrelic": "^1.40.0",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-google-id-token": "git+https://github.com/Fabricate-IO/passport-google-id-multi-token.git",
"passport-google-oauth20": "^1.0.0",
"pg": "6.1.4",
"proxy-middleware": "^0.15.0",
"query-string": "^4.3.4",
"react": "^15.4.2",
"react-ace": "^4.1.6",
"react-dom": "^15.4.2",
"react-ga": "^2.2.0",
"react-node-graph": "git+https://github.com/legionmaster/react-node-graph.git#256a6e269208b8c4d01dc0662a49e8225d1153e6",
"react-redux": "^5.0.3",
"react-split-pane": "^0.1.59",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"simple-assign": "^0.1.0",
"squel": "^5.8.0",
"timeago-react": "^1.0.8",
"to-markdown": "^3.0.3",
"typescript-formatter": "^5.1.1",
"typo-js": "^1.0.3",
"warning": "^3.0.0",
"webpack": "^2.2.1",
"winston": "^2.3.1",
"yargs-parser": "^7.0.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.1",
"@types/jasmine": "^2.5.45",
"@types/jquery": "^2.0.41",
"@types/material-ui": "^0.17.1",
"@types/react": "^15.6.2",
"@types/react-dom": "^0.14.23",
"@types/react-redux": "^4.4.37",
"@types/react-router": "^3.0.8",
"@types/react-tap-event-plugin": "0.0.30",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"awesome-typescript-loader": "3.1.2",
"babel-loader": "^6.4.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"chai": "^3.5.0",
"css-loader": "^0.27.3",
"del": "^2.2.2",
"expect": "1.20.2",
"file-loader": "^0.10.1",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"jasmine-expect": "^3.7.0",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.1",
"mocha-webpack": "^0.7.0",
"node-sass": "^4.5.3",
"nodejs-repo-tools": "git+https://github.com/GoogleCloudPlatform/nodejs-repo-tools.git#21daa823090c43fb667157c8b5b0c3b7f45a8357",
"npm-check-updates": "^2.10.3",
"phantomjs-polyfill-object-assign": "0.0.2",
"proxyquire": "^1.7.11",
"react-hot-loader": "^3.0.0-beta.5",
"sass-loader": "^6.0.3",
"sinon": "^1.17.7",
"source-map-loader": "^0.2.1",
"style-loader": "^0.13.2",
"supertest": "^3.0.0",
"ts-loader": "^2.0.1",
"ts-node": "^2.1.0",
"tslint": "^4.0.0",
"tslint-loader": "^3.4.3",
"typescript": "^2.2.1",
"watch-run": "^1.2.5",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.2",
"yargs": "^7.0.2"
},
"engines": {
"node": "8.1.4"
}
}