-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.59 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
{
"name": "tracktive",
"version": "1.0.0",
"description": "[Tracktive Live](http://link.com)",
"main": "webpack.config.js",
"directories": {
"doc": "docs",
"test": "test"
},
"engines": {
"node": "4.1.1",
"npm": "2.1.x"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liuffy/Tracktive.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/liuffy/Tracktive/issues"
},
"homepage": "https://github.com/liuffy/Tracktive#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bootstrap-loader": "^1.3.3",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"lodash": "^4.17.2",
"node-sass": "^4.5.0",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-native-slider": "^2.0.1",
"react-bootstrap-slider": "^1.1.3",
"react-bootstrap-t2": "^0.29.5",
"react-dom": "^15.4.1",
"react-mailto": "^0.4.0",
"react-masonry-component": "^4.4.0",
"react-modal": "^1.6.4",
"react-player": "^0.13.0",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-slick": "^0.14.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.1.1",
"simple-react-modal": "^0.5.1",
"slick-carousel": "^1.6.0",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
}
}