forked from meaton/react-webpack-comp-reg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.22 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
{
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.1",
"eslint": "^6.6.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-react": "^7.16.0",
"expose-loader": "^0.7.5",
"file-loader": "~0.8.x",
"grunt-webpack": "^3.1.3",
"html-webpack-plugin": "^3.2.0",
"jquery": "^2.2.4",
"jsonix": "^3.0.0",
"jsx-loader": "~0.12.x",
"sass-loader": "~7.3.x",
"sass": "^1.22.10",
"spinkit": "^1.2.x",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"classnames": "^2.2.x",
"clipboard": "^1.5.x",
"clone": "^1.0.2",
"core-js": "^3.4.0",
"fluxxor": "^1.7.x",
"immutable": "^3.7.x",
"lodash": "^4.17.21",
"loglevel": "^1.7.0",
"moment-timezone": "^0.3.1",
"ncname": "^1.0.x",
"papaparse": "^5.3.0",
"react": "^0.14.x",
"react-addons-css-transition-group": "^0.14.x",
"react-addons-linked-state-mixin": "^0.14.x",
"react-addons-update": "^0.14.x",
"react-bootstrap": "^0.28.x",
"react-dom": "^0.14.x",
"react-edit": "^4.1.x",
"react-immutable-render-mixin": "^0.8.1",
"react-router": "^3.2.x",
"react-router-bootstrap": "~0.23.3",
"reactabular": "^7.0.x",
"reactabular-select": "^7.0.x",
"selectabular": "^2.1.x",
"spark-md5": "^0.0.5"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server -d --config webpack.dev.js"
},
"description": "",
"dist": "dist",
"mainInput": "main",
"mainOutput": "main",
"name": "clarin-component-registry-react-ui",
"private": true,
"repository": "",
"src": "src",
"test": "test",
"version": "2.5.2",
"babel": {
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": 3
}
],
"@babel/preset-react"
]
}
}