-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "react-fs-components",
"version": "0.0.6",
"description": "react components i use quite often in my projects",
"main": "dist/react-fs-components.js",
"repository": "https://github.com/florianstahr/react-fs-components.git",
"author": "Florian Stahr <[email protected]>",
"license": "MIT",
"keywords": [
"reactjs",
"components",
"styled",
"customizable"
],
"scripts": {
"build": "webpack --config webpack.config.js",
"build:dev": "npm run build && yalc push",
"prepare": "rm -rf ./dist && npm run build"
},
"peerDependencies": {
"react": ">=16.4.1",
"react-dom": ">=16.5.2"
},
"dependencies": {
"@tinymce/tinymce-react": "^2.3.0",
"classnames": "^2.2.6",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react-datetime": "^2.16.2",
"react-icons": "^3.2.2",
"react-input-autosize": "^2.2.1",
"react-markdown": "^4.0.3",
"react-minimalist-portal": "^2.3.1",
"react-select": "^2.1.0",
"react-tippy": "^1.2.2",
"react-toggle": "^4.0.2",
"split.js": "^1.5.4",
"tinymce": "^4.8.4",
"webpack": "^4.19.1"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"react": ">=16.4.1",
"react-dom": "^16.5.2",
"webpack-cli": "^3.1.1"
}
}