UNPKG

2.29 kBJSONView Raw
1{
2 "name": "sws-frontend",
3 "version": "2.0.159",
4 "description": "sws frontend project",
5 "main": "./dist/index.js",
6 "typings": "./dist/index.d.ts",
7 "keywords": [
8 "frontend-scaffold",
9 "sws",
10 "frontend",
11 "components",
12 "scaffold"
13 ],
14 "author": "Carlo Cancellieri <ccancellieri@gmail.com>",
15 "license": "GPL-3.0",
16 "dependencies": {
17 "bootstrap-sass": "3.3.7",
18 "codemirror": "5.27.4",
19 "create-react-class": "15.6.0",
20 "deep-equal": "1.0.1",
21 "file-saver": "1.3.3",
22 "lodash": "4.17.4",
23 "oboe": "2.1.3",
24 "react-addons-css-transition-group": "15.6.0",
25 "react-codemirror": "0.2.6",
26 "react-color": "2.13.1",
27 "react-datagrid": "2.1.2",
28 "react-dimensions": "1.3.0",
29 "react-initicon": "0.2.1",
30 "react-mentions": "1.2.0",
31 "react-notification-system": "0.2.14",
32 "react-quill": "1.0.0",
33 "react-scroll": "1.5.4",
34 "react-select": "1.0.0-rc.5",
35 "react-user-tour": "2.5.0",
36 "react-virtualized": "9.9.0",
37 "react-waypoint": "5.3.1",
38 "sorty": "1.2.2"
39 },
40 "peerDependencies": {
41 "isomorphic-fetch": "2.2.1",
42 "core-js": "1.2.7",
43 "react": "15.6.1",
44 "prop-types": "15.5.10",
45 "react-dom": "15.6.1",
46 "react-bootstrap": "0.30.10"
47 },
48 "devDependencies": {
49 "@types/core-js": "0.9.42",
50 "@types/file-saver": "0.0.0",
51 "@types/isomorphic-fetch": "0.0.34",
52 "@types/lodash": "^4.14.39",
53 "@types/node": "6.0.81",
54 "@types/oboe": "^2.0.28",
55 "@types/react": "15.0.38",
56 "@types/react-bootstrap": "0.0.47",
57 "@types/codemirror": "0.0.35",
58 "@types/react-codemirror": "^0.2.4",
59 "@types/react-datagrid": "^1.2.29",
60 "@types/react-dom": "15.5.1",
61 "@types/react-notification-system": "0.2.34",
62 "@types/react-scroll": "0.0.31",
63 "@types/react-select": "^1.0.36",
64 "@types/react-user-tour": "0.0.4",
65 "@types/react-virtualized": "^8.9.2",
66 "source-map-loader": "0.1.6",
67 "ts-loader": "0.8.2",
68 "typescript": "2.4.1"
69 },
70 "scripts": {
71 "build": "./build.sh",
72 "css": "node-sass --watch --recursive ./src --output ./dist",
73 "tsc": "tsc --watch",
74 "build-old": "webpack --progress --profile --colors --display-error-details --display-cached",
75 "test": "echo \"Error: no test specified\" && exit 1"
76 }
77}