-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
77 lines (77 loc) · 2.33 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
{
"name": "@acpaas-ui/react-components",
"version": "6.4.1",
"description": "Antwerp UI is a component interface library for building user interfaces and responsive web apps.",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/digipolisantwerp/antwerp-ui_react"
},
"homepage": "http://digipolisantwerp.github.io/antwerp-ui_react",
"scripts": {
"start": "npx styleguidist server",
"test": "jest --coverage",
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna exec --sort -- rollup -c",
"postbuild": "rollup -c",
"publish": "lerna publish --skip-git --skip-npm",
"prepublish": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-flow": "^7.13.13",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.28.0",
"eslint-config-airbnb": "~16.1.0",
"eslint-plugin-import": "~2.11.0",
"eslint-plugin-jsx-a11y": "~6.0.3",
"eslint-plugin-react": "~7.7.0",
"flow-bin": "^0.69.0",
"handlebars": "^4.7.7",
"identity-obj-proxy": "^3.0.0",
"install": "^0.13.0",
"jest": "^26.6.0",
"jest-cli": "^26.6.0",
"lerna": "^4.0.0",
"npm": "^7.16.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^4.0.3",
"react-styleguidist": "^11.1.5",
"rollup": "^2.50.6",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-sass": "^1.2.2",
"sass": "^1.53.0",
"sass-loader": "^7.3.1",
"sinon": "^9.0.3",
"style-loader": "^0.23.1",
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
},
"dependencies": {
"@a-ui/core": "^5.0.0",
"classnames": "~2.2.6",
"moment": "^2.29.4",
"react-input-mask": "^2.0.4",
"react-modal": "~3.15.0",
"rxjs": "^6.6.2"
}
}