-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.43 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "synchro-ops",
"version": "1.0.0",
"description": "Synchro App -- React + D3.js with WebPack and Babel. k-rad yo.",
"scripts": {
"clean": "rimraf dist",
"build": "webpack --config webpack.prod.js",
"localDev": "webpack --config webpack.local.js --watch",
"localBuild": "webpack --config webpack.local.js",
"lint": "eslint synchro_app/synchro/frontend_source"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bfcoursewool/synchro_ops.git"
},
"keywords": [
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack",
"babel",
"react-transform"
],
"author": "Rob Kotz <kotz@synchro.co>",
"license": "CC0-1.0",
"bugs": {
"url": "git+https://github.com/bfcoursewool/synchro_ops/issues"
},
"homepage": "git+https://github.com/bfcoursewool/synchro_ops",
"devDependencies": {
"babel-core": "^6.6.5",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"cross-env": "^1.0.7",
"css-loader": "^0.28.7",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^2.1.2",
"node-sass": "^4.7.2",
"npm": "^5.0.3",
"object.entries": "^1.0.4",
"rimraf": "^2.4.3",
"sass-loader": "^6.0.6",
"scrollreveal": "^3.3.6",
"uglify-es": "git://github.com/mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"video.js": "^7.1.0",
"webpack": "^2.2.0-rc.0",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.9.1"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.5",
"d3": "^5.4.0",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"loadash": "0.0.1",
"node-sass-glob-importer": "^5.1.3",
"object.entries": "^1.0.4",
"popper.js": "^1.14.4",
"scrollmagic": "^2.0.7",
"scrollreveal": "^3.3.6",
"sentry-cli-binary": "^1.21.0",
"slick-carousel": "^1.8.1",
"style-loader": "^0.18.2",
"tether": "^1.4.4",
"underscore": "^1.8.3",
"vivus": "^0.4.3",
"webpack-merge": "^4.1.0",
"wowjs": "^1.1.3"
}
}