-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
155 lines (155 loc) · 5.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "@actyx/industrial-ui",
"private": false,
"version": "1.0.5",
"author": "Actyx AG",
"license": "Apache-2.0",
"description": "Industrial UI - Simple, modular UI Components for Shop Floor Applications",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"actyx",
"components",
"design system",
"ecosystem-react",
"graphical user interface",
"gui",
"industrial",
"industry 4.0",
"interaction",
"interface",
"layout",
"library",
"material design",
"react-component",
"react",
"reactjs",
"shop floor application",
"smart-factory",
"toolkit",
"typography",
"ui-components",
"ui",
"user interface",
"web-components",
"widgets"
],
"scripts": {
"clean": "rimraf ./lib ./coverage .out",
"check": "npm run clean && npm run lint && npm run tsc && npm run test",
"tsc": "tsc",
"tsc:watch": "tsc --watch --pretty",
"build": "tsc -p ./tsconfig.prod.json",
"build:watch": "npm run build -- --watch --pretty",
"build:prod": "npm run check && npm run build && cp -r src/assets lib/",
"lint": "tsc & eslint './src/**/*.{js,ts,tsx}' & prettier './src/**/*.{js,ts,tsx}' --check",
"lint:fix": "tsc & eslint './src/**/*.{js,ts,tsx}' --fix & prettier './src/**/*.{js,ts,tsx}' --write",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook -c .storybook -o .out",
"storybook:build-local": "npx http-server .out",
"storybook:build-deploy": "npm run storybook:build && storybook-to-ghpages",
"test": "TZ=UTC jest",
"test:no-coverage": "TZ=UTC jest --coverage=false",
"test:watch": "TZ=UTC jest --coverage=false --watch",
"test:visual": "loki test --port 6006",
"test:visual-approve": "loki approve",
"test:visual:ci": "npm run storybook:build && loki --requireReference --reactUri file:.out",
"license:add": "license-check-and-add add -f add-license-config.json",
"license:check": "license-check-and-add check -f add-license-config.json",
"license:check-dep": "license-checker --production --onlyAllow 'MIT; MIT OR X11; BSD; ISC; Apache-2.0;'",
"license:check-dep-summary": "npm run license:check:dep -- --summary",
"sloc": "sloc ./ --exclude 'node_modules|lib|.loki|assets|coverage|/.(storyshot)'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Actyx/industrial-ui.git"
},
"bugs": {
"url": "https://github.com/Actyx/industrial-ui/issues"
},
"homepage": "https://github.com/Actyx/industrial-ui#readme",
"dependencies": {
"classnames": "^2.2.6",
"jss": "^10.0.3",
"jss-preset-default": "^10.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-jss": "^10.0.4",
"react-measure": "^2.3.0",
"react-swipeable-views": "^0.13.9",
"react-transition-group": "^4.3.0",
"react-window": "^1.8.5",
"recompose": "0.30.0",
"typescript": "^3.7.5"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-docs": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-storyshots": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/storybook-deployer": "^2.8.6",
"@storybook/theming": "^5.3.19",
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.5",
"@types/events": "^3.0.0",
"@types/jest": "^25.1.2",
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.1",
"@types/react": "^16.9.17",
"@types/react-datepicker": "^2.11.0",
"@types/react-dom": "^16.9.4",
"@types/react-measure": "^2.0.6",
"@types/react-swipeable-views": "^0.13.0",
"@types/react-transition-group": "^4.2.3",
"@types/react-window": "^1.8.1",
"@types/recompose": "^0.30.0",
"@types/storybook__addon-info": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"csstype": "^2.6.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"http-server": "^0.12.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"license-check-and-add": "^3.0.4",
"license-checker": "^25.0.1",
"loki": "^0.22.1",
"prettier": "^1.19.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-is": "^16.13.1",
"rimraf": "^3.0.2",
"sloc": "^0.2.1",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.3",
"ts-jest": "^25.2.0",
"ts-loader": "^6.2.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"loki": {
"configurations": {
"chrome.laptop": {
"target": "chrome.docker",
"width": 1366,
"height": 768,
"deviceScaleFactor": 1,
"mobile": false
}
}
}
}