sws-frontend
Version:
sws frontend project
131 lines (130 loc) • 3.55 kB
JSON
{
"name": "sws-frontend",
"version": "2.0.180",
"description": "sws frontend project",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"keywords": [
"frontend-scaffold",
"sws",
"frontend",
"components",
"scaffold"
],
"author": "Carlo Cancellieri <ccancellieri@gmail.com>",
"license": "GPL-3.0",
"dependencies": {
"bootstrap-sass": "3.3.7",
"codemirror": "5.27.4",
"create-react-class": "15.6.0",
"deep-equal": "1.0.1",
"file-saver": "1.3.3",
"lodash": "4.17.4",
"oboe": "2.1.3",
"react-addons-css-transition-group": "15.6.0",
"react-codemirror": "0.2.6",
"react-color": "2.13.1",
"react-datagrid": "2.1.2",
"react-dimensions": "1.3.0",
"react-initicon": "0.2.1",
"react-mentions": "1.2.0",
"react-notification-system": "0.2.14",
"react-quill": "1.0.0",
"react-scroll": "1.5.4",
"react-select": "1.0.0-rc.5",
"react-user-tour": "2.5.0",
"react-virtualized": "9.9.0",
"react-waypoint": "5.3.1",
"sorty": "1.2.2"
},
"peerDependencies": {
"isomorphic-fetch": "2.2.1",
"core-js": "1.2.7",
"react": "15.6.1",
"prop-types": "15.5.10",
"react-dom": "15.6.1",
"react-bootstrap": "0.30.10"
},
"devDependencies": {
"@types/codemirror": "0.0.35",
"@types/core-js": "0.9.42",
"@types/enzyme": "3.1.0",
"@types/enzyme-adapter-react-15": "1.0.0",
"@types/file-saver": "0.0.0",
"@types/isomorphic-fetch": "0.0.34",
"@types/jest": "21.1.4",
"@types/lodash": "4.14.77",
"@types/node": "6.0.81",
"@types/oboe": "2.0.28",
"@types/react": "15.0.38",
"@types/react-bootstrap": "0.0.47",
"@types/react-codemirror": "0.2.4",
"@types/react-datagrid": "1.2.29",
"@types/react-dom": "15.5.1",
"@types/react-notification-system": "0.2.34",
"@types/react-scroll": "0.0.31",
"@types/react-select": "1.0.36",
"@types/react-user-tour": "0.0.4",
"@types/react-virtualized": "8.9.2",
"babel-jest": "21.2.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "1.0.2",
"enzyme-adapter-react-15.4": "1.0.2",
"enzyme-to-json": "3.1.4",
"identity-obj-proxy": "3.0.0",
"jest": "21.2.1",
"jest-cli": "21.2.1",
"react": "15.6.1",
"react-bootstrap": "0.30.10",
"react-dom": "15.6.1",
"regenerator-runtime": "0.11.0",
"source-map-loader": "0.1.6",
"ts-jest": "21.1.3",
"ts-loader": "0.8.2",
"typescript": "2.4.1"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
],
"moduleNameMapper": {
"\\.(css|scss)$": "identity-obj-proxy",
"^src/(.*)": "<rootDir>/src/$1"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
],
"collectCoverageFrom": [
"src/components/*.{ts,tsx}"
],
"coverageThreshold": {
"global": {
"statements": 0,
"branches": 0,
"functions": 0,
"lines": 0
}
},
"moduleDirectories": [
"node_modules",
"src"
]
},
"scripts": {
"build": "./build.sh",
"css": "node-sass --watch --recursive ./src --output ./dist",
"tsc": "tsc --watch",
"build-old": "webpack --progress --profile --colors --display-error-details --display-cached",
"test": "jest --coverage",
"test:watch": "jest --watch"
}
}