UNPKG

1.59 kBJSONView Raw
1{
2 "name": "nuworks-ui-library",
3 "version": "1.4.60",
4 "description": "Nuworks Product team UI library.",
5 "main": "./",
6 "keywords": [
7 "ui-library",
8 "react",
9 "js"
10 ],
11 "files": [
12 "exports",
13 "components",
14 "*.js",
15 "*.ts"
16 ],
17 "contributors": [
18 {
19 "name": "Domz Garcia",
20 "email": "domgarcia.fp@gmail.com"
21 },
22 {
23 "name": "Ervinne Sodusta",
24 "email": "ervinne.sodusta@nuworks.ph"
25 }
26 ],
27 "license": "MIT",
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/domzgarcia/nuworks-ui-library.git"
31 },
32 "bugs": {
33 "url": "https://github.com/domzgarcia/nuworks-ui-library/issues"
34 },
35 "homepage": "https://github.com/domzgarcia/nuworks-ui-library#readme",
36 "devDependencies": {
37 "@babel/cli": "^7.5.5",
38 "@babel/node": "^7.5.5",
39 "@babel/plugin-proposal-class-properties": "^7.5.5",
40 "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
41 "@storybook/addon-info": "^5.1.11",
42 "@storybook/cli": "^5.1.11",
43 "@storybook/react": "^5.1.11",
44 "babel-loader": "^8.0.6",
45 "cross-env": "^5.2.1",
46 "fast-glob": "^3.0.4",
47 "resolve-url-loader": "^2.3.1",
48 "sass": "^1.15.2",
49 "sass-loader": "^7.1.0",
50 "react": "^16.9.0",
51 "react-dom": "^16.9.0"
52 },
53 "scripts": {
54 "test": "echo \"Error: no test specified\" && exit 1",
55 "storybook": "start-storybook",
56 "build:babel": "babel ./src/components --out-dir ./components",
57 "prepare": "npm run build:babel && babel-node ./scripts/copyFile.js"
58 },
59 "engines": {
60 "node" : ">=8.0.0 <11.0.0"
61 }
62}