UNPKG

2.1 kBJSONView Raw
1{
2 "name": "reactlite",
3 "version": "3.2.24",
4 "description": "",
5 "author": "",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/lomocc/reactlite.git"
10 },
11 "main": "dist/reactlite.js",
12 "module": "dist/reactlite.es.js",
13 "jsnext:main": "dist/reactlite.es.js",
14 "engines": {
15 "node": ">=8",
16 "npm": ">=5"
17 },
18 "scripts": {
19 "test": "cross-env CI=1 react-scripts test --env=jsdom",
20 "test:watch": "react-scripts test --env=jsdom",
21 "build": "rollup -c",
22 "watch": "rollup -c -w",
23 "prepare": "yarn run build",
24 "predeploy": "cd example && yarn install && yarn run build",
25 "deploy": "gh-pages -d example/build",
26 "start": "concurrently \"yarn watch\" \"cd example &&cross-env PORT=3333 yarn start\""
27 },
28 "dependencies": {
29 "@emotion/is-prop-valid": "^0.7.0",
30 "@emotion/unitless": "^0.7.2",
31 "color": "^3.1.0",
32 "hoist-non-react-statics": "^3.1.0",
33 "popper.js": "^1.14.4",
34 "prop-types": "^15.5.4",
35 "styled-tools": "^1.6.0",
36 "tooltip.js": "^1.3.1"
37 },
38 "devDependencies": {
39 "react": "^16.0.0",
40 "react-dom": "^16.0.0",
41 "babel-core": "^6.26.3",
42 "babel-eslint": "^8.2.5",
43 "babel-plugin-external-helpers": "^6.22.0",
44 "babel-preset-env": "^1.7.0",
45 "babel-preset-react": "^6.24.1",
46 "babel-preset-stage-0": "^6.24.1",
47 "concurrently": "^4.0.1",
48 "cross-env": "^5.1.4",
49 "eslint": "^5.0.1",
50 "eslint-config-standard": "^11.0.0",
51 "eslint-config-standard-react": "^6.0.0",
52 "eslint-plugin-import": "^2.13.0",
53 "eslint-plugin-node": "^6.0.1",
54 "eslint-plugin-promise": "^3.8.0",
55 "eslint-plugin-react": "^7.10.0",
56 "eslint-plugin-standard": "^3.1.0",
57 "gh-pages": "^1.2.0",
58 "react-scripts": "^1.1.4",
59 "rollup": "^0.62.0",
60 "rollup-plugin-babel": "^3.0.7",
61 "rollup-plugin-commonjs": "^9.1.3",
62 "rollup-plugin-node-resolve": "^3.3.0",
63 "rollup-plugin-peer-deps-external": "^2.2.0",
64 "rollup-plugin-postcss": "^1.6.2",
65 "rollup-plugin-url": "^1.4.0"
66 },
67 "files": [
68 "dist"
69 ],
70 "peerDependencies": {}
71}