forked from GloryLion125/vuukle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.94 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
{
"name": "vuukle-social",
"version": "1.0.0",
"description": "Vuukle social app to view publishers news and commenters profiles",
"author": "Ross Ugryniuk <[email protected]>",
"engines": {
"node": ">=9.0.0"
},
"main": "index.js",
"scripts": {
"build": "poi build",
"dev": "poi"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vuukleteam/social.git"
},
"keywords": [
"vuukle",
"social",
"news"
],
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/vuukleteam/social#readme",
"dependencies": {
"@trainline/react-skeletor": "^1.0.2",
"@types/ramda": "^0.25.38",
"antd": "^3.9.3",
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0",
"bootstrap": "^4.1.3",
"emotion": "^9.2.10",
"formik": "^0.11.11",
"js-cookie": "^2.2.0",
"md5": "^2.2.1",
"mobx": "^4.3.1",
"mobx-react": "^5.2.0",
"mobx-react-devtools": "^5.0.1",
"promise.prototype.finally": "^3.1.0",
"ramda": "^0.25.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.10",
"react-infinite-scroller": "^1.2.1",
"react-router-dom": "^4.3.1",
"react-select": "^2.0.0-beta.3",
"react-sizes": "^1.0.4",
"reactstrap": "^6.4.0"
},
"devDependencies": {
"@poi/plugin-typescript": "^10.2.0",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.0",
"@types/promise.prototype.finally": "^2.0.2",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@types/react-router": "^4.0.31",
"@types/react-router-dom": "^4.3.1",
"@types/webpack-env": "^1.13.6",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"node-sass": "^4.9.3",
"poi": "^10.2.10",
"react-hot-loader": "^4.3.11",
"sass-loader": "^7.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-loader": "^3.6.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.3"
}
}