-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.16 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
{
"name": "chayns-template-esnext-react-alt",
"version": "1.0.1",
"description": "This template will help you getting started with building Tapps for your chayns®-Website with React, ESNext and alt.js.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack/dev.babel.js",
"build": "webpack -p --config ./webpack/prod.babel.js",
"build:qa": "webpack -p --config ./webpack/qa.babel.js"
},
"author": "Tobit.Software",
"license": "ISC",
"devDependencies": {
"appcache-webpack-plugin": "^1.3.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-imports": "^1.5.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.0",
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"react-hot-loader": "^3.0.0-beta.6",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4"
},
"dependencies": {
"alt": "^0.18.6",
"alt-utils": "^1.0.0",
"chayns-components": "^2.4.3",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobitSoftware/chayns-template-esnext-react-alt.git"
},
"keywords": [
"chayns",
"react",
"alt",
"exnext",
"template"
],
"bugs": {
"url": "https://github.com/TobitSoftware/chayns-template-esnext-react-alt/issues"
},
"homepage": "https://github.com/TobitSoftware/chayns-template-esnext-react-alt#readme"
}