-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "cx-starter-kit",
"version": "16.6.0",
"repository": {
"type": "git",
"url": "git@github.com:codaxy/cx-starter-kit.git"
},
"keywords": [
"UI",
"Web",
"Widgets",
"Charts",
"React"
],
"author": "Igor Timarac",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.js --open",
"build": "webpack --config config/webpack.prod.js",
"build:root": "webpack --config config/webpack.prod.js"
},
"dependencies": {
"base-64": "^0.1.0",
"casual": "^1.5.17",
"cx": "^18.10.7",
"cx-react": "^17.10.0",
"deep-equal": "^1.0.1",
"marked": "^0.3.7",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-cx-env": "^17.6.2",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"node-sass": "^4.9.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
}
}