forked from performant-software/react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.5 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
{
"name": "react-components",
"version": "1.0.0",
"description": "A library of shared React components",
"files": [
"build",
"types",
"index.js"
],
"style": "build/styles.css",
"scripts": {
"build": "webpack --mode production && flow-copy-source -v src types",
"build-storybook": "build-storybook",
"flow": "flow",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006"
},
"license": "ISC",
"dependencies": {
"moment": "^2.27.0",
"moment-islamic-civil": "ACGC/moment-islamic-civil",
"react-calendar": "^3.3.0",
"react-color": "^2.18.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-fast-compare": "^3.2.0",
"react-google-maps": "^9.4.5",
"react-uuid": "^1.0.2",
"react-xml-viewer": "^1.1.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.2.1",
"simple-keyboard": "^3.0.0",
"simple-keyboard-layouts": "^3.0.0",
"underscore": "^1.10.2"
},
"peerDependencies": {
"i18next": "^19.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.4.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.9.6",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@storybook/addon-a11y": "^5.3.18",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.1.2",
"flow-bin": "^0.123.0",
"flow-copy-source": "^2.0.9",
"i18next": "^19.4.4",
"mini-css-extract-plugin": "^1.4.0",
"path": "^0.12.7",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.4.0",
"react-scripts": "^3.4.1",
"sass-loader": "^11.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^2.5.2"
}
}