forked from AppStateESS/stories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "stories",
"version": "1.0.0",
"description": "Canopy blog module",
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/stories.git"
},
"homepage": "https://github.com/AppStateESS/stories#readme",
"author": "Matt McNaney <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/stories/issues"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"blueimp-canvas-to-blob": "^3.14.0",
"blueimp-file-upload-node": "^2.1.0",
"blueimp-load-image": "^2.17.0",
"css-loader": "^0.28.5",
"es6-promise": "^4.1.1",
"expose-loader": "^0.7.3",
"file-loader": "^1.1.5",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"jquery-file-upload": "^4.0.5",
"jquery-ui": "^1.12.1",
"medium-editor": "^5.23.2",
"medium-editor-insert-plugin": "^2.4.1",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react": "^16.0.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.0.0",
"react-dropzone": "^4.0.1",
"react-select": "^1.0.0-rc.5",
"react-tooltip": "^3.3.0",
"strip-loader": "^0.1.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"velocity-react": "^1.3.3",
"webpack": "^3.5.5"
},
"scripts": {
"dev": "webpack --config webpack.config.js -d --watch",
"prod": "webpack --config webpack.production.config.js -p"
},
"dependencies": {
"jquery-sortable": "^0.9.13"
}
}