forked from TobitSoftware/chayns-template-esnext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "chayns_es6",
"version": "1.0.0",
"description": "Template for chayns Tapps using ES2015",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --colors --progress --config ./webpack/dev.babel.js --host 0.0.0.0 --port 8080",
"release": "webpack --colors --progress --config ./webpack/prod.babel.js",
"setup": "mkdirp ./src/utils && mkdirp ./src/components/admin_view && mkdirp ./src/components/user_view"
},
"keywords": [
"chayns",
"chayns-templates",
"es2015",
"es6",
"webpack",
"tobit"
],
"author": "Tobit.Software",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.5",
"css-loader": "^0.26.1",
"html-webpack-plugin": "^2.26.0",
"mkdirp": "^0.5.1",
"sass-loader": "^6.0.1",
"node-sass": "^4.5.0",
"object-assign": "^4.1.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-replace": "^1.0.0",
"tobit-chayns_components": "^1.0.33"
}
}