forked from codaxy/cx-getting-started
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "cx-getting-started",
"version": "1.0.0",
"description": "Cx tutorial application",
"main": "app/index.js",
"scripts": {
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/codaxy/cx-getting-started.git"
},
"keywords": [
"cx",
"demo",
"todo",
"getting-started",
"tutorial"
],
"author": "Igor Timarac",
"license": "CC-BY-NC-3.0",
"bugs": {
"url": "https://gitlab.com/codaxy/cx-getting-started/issues"
},
"homepage": "https://gitlab.com/codaxy/cx-getting-started#README",
"dependencies": {
"cx-core": "^16.8.12",
"cx-react": "^16.8.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-cx": "^16.8.1",
"babel-plugin-react": "^1.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-syntax-jsx": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"bundle-loader": "^0.5.4",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^2.0.0-beta.2",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "^2.0.0-beta"
}
}