UNPKG

1.33 kBJSONView Raw
1{
2 "name": "armstrong-react",
3 "version": "2.5.19",
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 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/Rocketmakers/armstrong-react.git"
19 },
20 "keywords": [
21 "typescript",
22 "React",
23 "sass"
24 ],
25 "author": "developers@rocketmakers.com",
26 "license": "MIT",
27 "dependencies": {
28 "moment": "^2.18.1",
29 "prop-types": "^15.6.0",
30 "tslib": "^1.8.1",
31 "underscore": "^1.8.3"
32 },
33 "peerDependencies": {
34 "@types/react": "16.x",
35 "react": "16.x",
36 "react-dom": "16.x"
37 },
38 "devDependencies": {
39 "@types/react": "16.0.36",
40 "@types/react-dom": "^16.0.3",
41 "@types/underscore": "^1.8.6",
42 "chokidar": "^1.7.0",
43 "import-resolve": "^0.4.0",
44 "parallelshell": "^3.0.2",
45 "react": "^16.2.0",
46 "react-dom": "^16.2.0",
47 "ts-loader": "^3.2.0",
48 "typescript": "~2.7.1"
49 }
50}
\No newline at end of file