UNPKG

1.44 kBJSONView Raw
1{
2 "name": "armstrong-react",
3 "version": "3.0.9",
4 "description": "Rocketmakers Armstrong library of React components",
5 "main": "./dist/index.js",
6 "style": "./dist/style.scss",
7 "typings": "./dist/index.d.ts",
8 "scripts": {
9 "build-ts": "tsc --pretty -p source -d",
10 "build-scss": "node sass_concat.js",
11 "build": "yarn run build-ts && yarn run build-scss",
12 "watch-scss": "node sass_copy.js",
13 "watch-ts": "tsc -p source -d -w",
14 "watch": "parallelshell -v \"yarn run watch-ts\" \"yarn run watch-scss\"",
15 "lint": "tslint -c tslint.json 'source/**/*.ts{,x}'"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/Rocketmakers/armstrong-react.git"
20 },
21 "keywords": [
22 "typescript",
23 "React",
24 "sass"
25 ],
26 "author": "developers@rocketmakers.com",
27 "license": "MIT",
28 "dependencies": {
29 "moment": "^2.22.2",
30 "prop-types": "^15.6.2",
31 "tslib": "^1.9.3",
32 "underscore": "^1.9.1"
33 },
34 "peerDependencies": {
35 "@types/react": "16.x",
36 "react": "16.x",
37 "react-dom": "16.x"
38 },
39 "devDependencies": {
40 "@types/node": "9.6.31",
41 "@types/react": "16.4.14",
42 "@types/react-dom": "^16.0.7",
43 "@types/underscore": "^1.8.9",
44 "chokidar": "^2.0.4",
45 "import-resolve": "^0.4.0",
46 "parallelshell": "^3.0.2",
47 "react": "^16.5.1",
48 "react-dom": "^16.5.1",
49 "ts-loader": "^3.5.0",
50 "tslint": "^5.11.0",
51 "typescript": "~3.0.3"
52 }
53}
\No newline at end of file