forked from codaxy/cxjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.7 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "cx",
"version": "1.0.5",
"description": "Framework for enterprise JavaScript applications",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --config docs/webpack.config.js --open",
"test": "mocha",
"docs": "webpack-dev-server --config docs/webpack.config.js --open",
"build": "node packages/cx/build/index.js",
"build:docs": "webpack --config docs/webpack.config.js",
"build:docs:root": "webpack --config docs/webpack.config.js",
"measure:docs": "webpack-dev-server --config docs/webpack.config.js --open",
"litmus": "webpack-dev-server --config litmus/webpack.config.js --open",
"build:litmus": "webpack --config litmus/webpack.config.js",
"benchmark": "webpack --config benchmark/webpack.config.js --watch",
"build:benchmark": "webpack --config benchmark/webpack.config.js",
"build:theme:home": "webpack --config themes/home/webpack.config.js",
"build:theme:core": "webpack --config themes/core/webpack.config.js",
"build:theme:dark": "webpack --config themes/dark/webpack.config.js",
"build:theme:frost": "webpack --config themes/frost/webpack.config.js",
"build:theme:material": "webpack --config themes/material/webpack.config.js",
"build:theme:marine": "webpack --config themes/marine/webpack.config.js",
"build:theme:playground": "webpack --config themes/playground/webpack.config.js",
"gallery": "webpack-dev-server --config gallery/config/webpack.dev.js --open",
"build:gallery": "webpack --config gallery/config/webpack.prod.js",
"build:gallery:root": "webpack --config gallery/config/webpack.prod.js",
"test-cx-create-app": "cx create test-app-1",
"test-create-cx-app": "create-cx-app test-app-2"
},
"repository": {
"type": "git",
"url": "[email protected]:codaxy/cxjs.git"
},
"keywords": [
"UI"
],
"author": "Codaxy",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://gitlab.com/codaxy/cxjs/issues"
},
"homepage": "https://cxjs.io",
"private": true,
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.4",
"@types/node": "^12.0.10",
"@types/react": "^16.8.22",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-cx-imports": "link:./packages/babel-plugin-transform-cx-imports",
"babel-plugin-transform-cx-jsx": "link:./packages/babel-plugin-transform-cx-jsx",
"babel-preset-cx-env": "link:./packages/babel-preset-cx-env",
"buble": "^0.19.7",
"copy-webpack-plugin": "^5.0.3",
"create-cx-app": "file:./packages/create-cx-app",
"css-loader": "^3.0.0",
"cx-cli": "file:./packages/cx-cli",
"env-test": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"if-loader": "^1.0.2",
"inline-manifest-webpack-plugin": "^4.0.2",
"jest": "^24.8.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.7.0",
"modify-babel-preset": "^3.2.1",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"preload-webpack-plugin": "^2.3.0",
"react-test-renderer": "^16.8.6",
"rollup": "^1.16.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-prettier": "^0.6.0",
"rollup-plugin-scss": "^1.0.1",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"style-loader": "^0.23.1",
"svg-url-loader": "^3.0.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"url-loader": "^2.0.1",
"webpack": "4.35.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.5",
"webpack-combine-loaders": "^2.0.4",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"base-64": "^0.1.0",
"casual": "^1.5.19",
"core-js": "3.1.4",
"cx": "link:./packages/cx",
"cx-react": "link:./packages/cx-react",
"cx-redux": "link:./packages/cx-redux",
"illuminate-js": "^0.3.0",
"inferno": "^3.9.0",
"inferno-compat": "^3.9.0",
"intl": "^1.2.5",
"marked": "^0.3.5",
"plural": "^0.3.0",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"react": "^16.8.6",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.8.6",
"whatwg-fetch": "^2.0.4"
},
"jest": {
"transform": {
"^.+\\.js$": "./test/jest.transform.js"
},
"transformIgnorePatterns": [
"node_modules/(?!cx|cx-react)"
]
}
}