-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.16 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
{
"name": "share-my-books",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --bail",
"start": "node start_server.js",
"start_dev": "node webpack.dev.server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shulamyt/shareMyBooks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shulamyt/shareMyBooks/issues"
},
"homepage": "https://github.com/shulamyt/shareMyBooks#readme",
"dependencies": {
"@types/react": "^15.0.25",
"babel-plugin-react-css-modules": "^2.7.1",
"body-parser": "^1.15.2",
"chartist": "^0.11.0",
"classnames": "^2.2.5",
"d3": "^4.9.1",
"diffract": "^0.3.2",
"express": "^4.14.0",
"fixed-data-table": "^0.6.4",
"fusioncharts": "^3.12.0",
"griddle-react": "^0.8.1",
"jquery": "^3.1.1",
"less": "^2.7.2",
"less-file": "0.0.9",
"linq": "^3.0.8",
"loader": "^2.1.1",
"lodash": "^4.15.0",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-chartist": "^0.13.0",
"react-css-modules": "^4.3.0",
"react-dom": "^15.5.4",
"react-easy-chart": "^0.1.13",
"react-faux-dom": "^4.0.3",
"react-fusioncharts": "^1.0.4",
"react-skylight": "^0.4.1",
"semantic-ui-react": "^0.68.5"
},
"devDependencies": {
"babel-core": "^6.2.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"babelify": "^7.2.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"jsx-loader": "^0.13.2",
"less-loader": "^4.0.4",
"mssql": "^3.3.0",
"node-http-proxy": "^0.2.3",
"node-sass": "^3.7.0",
"path": "^0.12.7",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.2.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.2",
"url-loader": "^0.5.7",
"util": "^0.10.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-spritesmith": "0.2.3"
}
}