-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "oasen-web",
"version": "1.0.0",
"description": "Frontend code of the website for Oasen. (https://www.oasen.nl)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/witty3235/oasen-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/witty3235/oasen-web/issues"
},
"homepage": "https://github.com/witty3235/oasen-web#readme",
"dependencies": {
"adaptivecards": "^1.1.3",
"bluebird": "^3.5.4",
"hoist-non-react-statics": "^3.3.0",
"jspeech": "^0.1.1",
"mdurl": "^1.0.1",
"prop-types": "^15.7.2",
"punycode": "^2.1.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^7.0.3",
"redux": "^4.0.1",
"rxjs": "^6.5.2",
"schedule": "^0.5.0",
"setimmediate": "^1.0.5",
"symbol-observable": "^1.2.0",
"timers-browserify": "^2.0.10",
"tslib": "^1.9.3",
"uc.micro": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.4",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.0",
"typescript": "^3.4.5"
}
}