-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.84 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
{
"name": "csocial-ui",
"version": "1.0.0",
"description": "Experimental ui/client for crafter social (commenting, likes, replies, etc) using React, latest js specs and more",
"repository": {
"type": "git",
"url": "https://github.com/asotog/csocial-ui.git"
},
"scripts": {
"start": "webpack-dev-server --port 9000 --host 0.0.0.0;",
"build-prod": "rimraf \"build\" && webpack --config \"webpack-prod.config.js\" --progress",
"start-prod": "webpack-dev-server --config \"webpack-prod.config.js\" --port 9000 --host 0.0.0.0;"
},
"keywords": [
"crafter",
"crafter cms",
"crafter social",
"comments",
"likes"
],
"author": "Alejandro Soto <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy": "^0.3.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"handlebars-webpack-plugin": "^1.3.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.8",
"react-addons-create-fragment": "^15.6.2 ",
"rimraf": "^2.6.2 ",
"sass-loader": "^6.0.6",
"strip-loader": "^0.1.2",
"style-loader": "^0.19.0",
"svg-url-loader": "^2.2.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2"
},
"dependencies": {
"date-fns": "^1.29.0",
"deepmerge": "^2.0.0",
"promise-polyfill": "^6.0.2",
"query-string": "^5.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-localization": "^0.1.2",
"react-modal": "^3.0.3",
"react-redux": "^5.0.6",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-form": "^7.1.1",
"redux-thunk": "^2.2.0",
"zenscroll": "^4.0.0"
}
}