UNPKG

2.52 kBJSONView Raw
1{
2 "name": "react-native-webview-quilljs",
3 "version": "0.8.2",
4 "scripts": {
5 "prod": "npm run clean && SET NODE_ENV=PROD && webpack",
6 "dev": "npm run clean && SET NODE_ENV=DEV && webpack -p",
7 "clean": "rimraf ./dist",
8 "test": "jest"
9 },
10 "description": "Quill-js package for apps that need a non-native rich text editor",
11 "author": "Reginald Johnson",
12 "license": "MIT",
13 "private": false,
14 "main": "index.js",
15 "dependencies": {
16 "prop-types": "^15.6.0",
17 "render-if": "^0.1.1",
18 "util": "^0.10.3",
19 "quilljs": "^0.18.1"
20 },
21 "devDependencies": {
22 "babel-jest": "^22.0.6",
23 "babel-loader": "^7.1.2",
24 "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
25 "babel-preset-env": "^1.6.0",
26 "babel-preset-react": "^6.24.1",
27 "babel-preset-stage-0": "^6.24.1",
28 "clean-webpack-plugin": "^0.1.19",
29 "css-loader": "^0.28.7",
30 "enzyme": "^3.3.0",
31 "enzyme-adapter-react-16": "^1.1.1",
32 "enzyme-to-json": "^3.1.2",
33 "expo": "^25.0.0",
34 "gulp": "^4.0.0",
35 "gulp-bump": "^3.1.0",
36 "gulp-concat": "^2.6.1",
37 "gulp-inline-source": "^3.1.0",
38 "gulp-intercept": "^0.1.0",
39 "gulp-json-editor": "^2.2.1",
40 "gulp-publish": "^0.8.7",
41 "gulp-run": "^1.7.1",
42 "gulp-run-command": "^0.0.9",
43 "gulp-sequence": "^1.0.0",
44 "gulp-util": "^3.0.8",
45 "html-webpack-inline-source-plugin": "^0.0.10",
46 "html-webpack-plugin": "^3.2.0",
47 "jasmine": "^3.1.0",
48 "jasmine-es6": "^0.4.3",
49 "jest": "^22.4.3",
50 "jest-css-modules": "^1.1.0",
51 "jest-enzyme": "^6.0.0",
52 "jest-expo": "^26.0.0",
53 "jest-glamor-react": "^3.1.2",
54 "jsdom": "^11.7.0",
55 "mocha": "^4.1.0",
56 "neo-async": "^2.5.1",
57 "prop-types": "^15.6.0",
58 "react-native-scripts": "1.5.0",
59 "react-test-renderer": "16",
60 "react-testing-library": "^1.9.3",
61 "style-loader": "^0.19.0",
62 "uglifyjs-webpack-plugin": "^1.2.4",
63 "webpack": "^4.5.0"
64 },
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/reggie3/react-native-webview-quilljs.git"
68 },
69 "bugs": {
70 "url": "https://github.com/reggie3/react-native-webview-quilljs/issues"
71 },
72 "homepage": "https://github.com/reggie3/react-native-webview-quilljs#readme",
73 "keywords": ["react-native", "quill-js", "react-native-webview-quilljs", "quilljs"],
74 "jest": {
75 "preset": "jest-expo",
76 "setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
77 "moduleNameMapper": {
78 "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
79 "\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
80 }
81 }
82}
\No newline at end of file