-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.52 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
{
"name": "chayns-template-esnext-react-redux",
"version": "1.0.1",
"description": "This template will help you getting started with building Tapps for your chayns®-Website with React, ESNext and Redux.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack/dev.babel.js --https",
"start:http": "webpack-dev-server --config ./webpack/dev.babel.js",
"clean": "rimraf build",
"build": "npm run clean && webpack -p --config ./webpack/prod.babel.js",
"build:staging": "npm run clean && webpack -p --config ./webpack/staging.babel.js",
"eslint": "eslint ./src ./webpack"
},
"author": "Tobit.Software",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^8.6.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"html-webpack-plugin": "^3.2.0",
"immutable-devtools": "0.0.7",
"node-sass": "^4.9.0",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-loader": "^2.1.5",
"react-hot-loader": "^4.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"chayns-components": "^2.3.4",
"classnames": "^2.2.6",
"immutable": "^3.8.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobitSoftware/chayns-template-esnext-react-redux.git"
},
"keywords": [
"chayns",
"react",
"redux",
"exnext",
"template"
],
"bugs": {
"url": "https://github.com/TobitSoftware/chayns-template-esnext-react-redux/issues"
},
"homepage": "https://github.com/TobitSoftware/chayns-template-esnext-react-redux#readme"
}