UNPKG

1.36 kBJSONView Raw
1{
2 "name": "nean",
3 "version": "2.0.3",
4 "description": "small kit for porting css frameworks to reactjs",
5 "main": "dist/index.js",
6 "types": "dist/types/index.d.ts",
7 "scripts": {
8 "build": "rollup -c",
9 "watch": "rollup -cw",
10 "test": "mocha -r ts-node/register/transpile-only --full-trace 'test/**/*.ts'",
11 "coverage": "nyc npm test"
12 },
13 "files": [
14 "dist"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/sovrin/nean.git"
19 },
20 "author": {
21 "name": "Oleg Kamlowski",
22 "email": "oleg.kamlowski@thomann.de"
23 },
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/sovrin/nean/issues"
27 },
28 "homepage": "https://github.com/sovrin/nean#readme",
29 "devDependencies": {
30 "@rollup/plugin-commonjs": "^19.0.0",
31 "@rollup/plugin-node-resolve": "^13.0.0",
32 "@rollup/plugin-typescript": "^8.2.1",
33 "@types/mocha": "^8.2.2",
34 "@types/node": "^15.12.4",
35 "@types/proxyquire": "^1.3.28",
36 "@types/react": "^16",
37 "mocha": "^8.4.0",
38 "nyc": "^15.1.0",
39 "proxyquire": "^2.1.3",
40 "react": "^16",
41 "rollup": "^2.52.1",
42 "ts-node": "^10.0.0",
43 "tslib": "^2.3.0",
44 "typescript": "^4.3.4"
45 },
46 "peerDependencies": {
47 "react": ">=16"
48 },
49 "dependencies": {
50 "@thomann/classnames": "^1.2.1"
51 }
52}