-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 5.14 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "react-semantic.ui-starter",
"version": "3.0.0",
"main": "common/index.jsx",
"description": "React/Redux/Jest/Webpack/Semantic.UI boilerplate/example.",
"dependencies": {
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"helmet": "^3.6.1",
"history": "^4.6.3",
"js-cookie": "^2.1.4",
"lodash": "^4.17.4",
"normalizr": "^3.2.3",
"offline-plugin": "^4.8.1",
"prop-types": "^15.5.10",
"rapscallion": "^2.1.12",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.71.0",
"store2": "^2.5.1",
"styled-components": "^2.1.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-dynamic-import-node": "^1.0.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-jsx-img-import": "^0.1.4",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "6.24.1",
"babel-runtime": "^6.23.0",
"babili-webpack-plugin": "^0.1.2",
"compression-webpack-plugin": "^0.4.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"enzyme": "^2.9.1",
"esdoc": "^0.5.2",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^0.11.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"git-rev-sync": "^1.9.1",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.29.0",
"husky": "^0.14.3",
"i18n-webpack-plugin": "^1.0.0",
"jest": "^20.0.4",
"json-server": "^0.11.0",
"minimist": "^1.2.0",
"node-fetch": "^1.7.1",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"open": "0.0.5",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"postcss": "^6.0.6",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.0.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-reporter": "^4.0.0",
"preload-webpack-plugin": "^1.2.2",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.6.0",
"react-hot-loader": "^3.0.0-beta.6",
"redux-devtools-extension": "^2.13.2",
"redux-mock-store": "^1.2.3",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"serve": "^6.0.2",
"style-loader": "^0.18.2",
"stylelint": "^7.12.0",
"stylelint-config-standard": "^16.0.0",
"url-loader": "^0.5.9",
"webpack": "^3.1.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-common-shake": "^1.5.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-manifest-plugin": "^1.1.2",
"webpack-subresource-integrity": "^1.0.1",
"why-did-you-update": "^0.0.8"
},
"optionalDependencies": {
"img-loader": "^2.0.0",
"prepack-webpack-plugin": "^1.1.0",
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^0.4.6"
},
"scripts": {
"db": "nodemon ./db",
"docs": "esdoc && serve ./esdoc",
"serve_dist": "serve -s ./dist/$APP_LANGUAGE",
"build": "webpack --config webpack_config/webpack.prod.js",
"build:demo": "BUILD_DEMO=true APP_LANGUAGE=en webpack --config webpack_config/webpack.prod.demo.remove.me.please.js",
"test": "jest --config=jest_config/jest.config.json --coverage --forceExit || true",
"dev": "node webpack_config/server.js",
"start": "npm run dev",
"ssr": "nodemon --exec BABEL_ENV=ssr babel-node ./src/server",
"precommit": "npm run test",
"prepush": "echo \"$(tput bold)$(tput setaf 5)Hello, my name is React-Semantic-UI-Starter, and I am happy to see that you use this project :) $(tput sgr 0)\"",
"lint:styles": "stylelint ./src/common/**/*.scss -s scss --config ./.stylelintrc --fix",
"lint:scripts": "eslint -c ./.eslintrc.json ./src ./webpack_config ./db --ignore-pattern dist"
},
"author": "Vladimir Metnew <[email protected]>",
"license": "MIT",
"repository": "https://github.com/Metnew/react-semantic.ui-starter.git",
"keywords": [
"react",
"redux",
"react-redux",
"starter",
"template",
"boilerplate",
"webpack"
]
}