forked from kintone-labs/kintone-ui-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
{
"name": "@kintone/kintone-ui-component",
"version": "0.3.1",
"description": "kintone ui component",
"author": "Cybozu, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kintone/kintone-ui-component"
},
"sideEffects": [
"dist/esm/css/*.css",
"src/legacyJS/style/*.css",
"src/legacyJS/style/index.js",
"src/css/*.css",
"src/js/polyfill.ts"
],
"main": "./dist/esm/react/index.js",
"module": "./dist/esm/react/index.js",
"unpkg": "./dist/kintone-ui-component.min.js",
"types": "./dist/esm/react/index.d.ts",
"scripts": {
"build": "./node_modules/.bin/webpack --mode=production && node scripts/builder.js",
"build:esm": "node scripts/builder.js",
"transpile": "tsc"
},
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@cybozu/eslint-config": "4.0.1",
"@types/node": "11.13.0",
"@types/react": "16.8.12",
"@types/react-dom": "16.8.3",
"babel-eslint": "8.2.2",
"babel-loader": "8.0.6",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.20",
"babel-plugin-transform-runtime": "6.23.0",
"css-loader": "2.1.1",
"eslint": "5.9.0",
"mini-css-extract-plugin": "0.6.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"prop-types": "15.6.1",
"source-map-loader": "0.2.4",
"style-loader": "0.19.1",
"typescript": "3.4.2",
"uglifyjs-webpack-plugin": "2.1.3",
"webpack": "4.19.0",
"webpack-cli": "3.3.2",
"webpack-node-externals": "1.6.0"
}
}