-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
129 lines (129 loc) · 4.16 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
{
"name": "@govtechsg/sgds-react",
"description": "Design System unites Singapore Government digital services around a common visual language and user experience",
"author": "GovTechSG",
"homepage": "https://github.com/GovTechSG/sgds-govtech-react/",
"bugs": "https://github.com/GovTechSG/sgds-govtech-react/issues",
"contributors": [
{
"name": "clukhei",
"url": "https://github.com/clukhei"
},
{
"name": "Haphizi",
"url": "https://github.com/haphizi"
}
],
"version": "2.7.4",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"engines": {
"node": ">=12.20.0"
},
"sideEffects": false,
"scripts": {
"build": "npm run rollup && npm run post:build",
"post:build": "node ./scripts/frankBuild.js",
"rollup": "rm -rf dist && rollup -c",
"test": "jest --passWithNoTests",
"ci:test": "jest --detectOpenHandles",
"e2e-test": "node cypress/scripts/run_all.js & cypress open",
"storybook": "STORYBOOK_STYLE_URL=https://v2dev.designsystem.tech.gov.sg/css/sgds.css start-storybook -p 6006 --no-manager-cache",
"dev:build-storybook": "STORYBOOK_STYLE_URL=https://v2dev.designsystem.tech.gov.sg/css/sgds.css build-storybook",
"prod:build-storybook": "STORYBOOK_STYLE_URL=https://cdn.jsdelivr.net/npm/@govtechsg/[email protected]/css/sgds.css build-storybook",
"prepare": "husky install",
"changelog": "cz changelog --incremental"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@govtechsg/sgds": "latest",
"@govtechsg/sgds-web-component": "^1.2.2",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@size-limit/preset-small-lib": "^7.0.4",
"@storybook/addon-a11y": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.4.9",
"@storybook/addon-storysource": "^6.4.9",
"@storybook/addons": "^6.4.9",
"@storybook/react": "^6.4.9",
"@storybook/theming": "^7.6.7",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/create-react-class": "^15.6.3",
"@types/enzyme": "^3.10.10",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-input-mask": "^3.0.2",
"@types/react-transition-group": "^4.4.4",
"@types/sinon": "^10.0.6",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-loader": "^8.2.3",
"bootstrap-icons": "^1.8.1",
"cypress": "^13.3.0",
"cypress-fail-on-console-error": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"enzyme": "^3.11.0",
"formik": "^2.2.9",
"husky": "^8.0.1",
"jest": "^27.5.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"rollup": "^2.68.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-rename": "^1.0.1",
"rollup-plugin-typescript2": "^0.31.2",
"sinon": "^12.0.1",
"size-limit": "^7.0.4",
"storybook-readme": "^5.0.9",
"string-replace-loader": "^2.3.0",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"yup": "^0.32.11"
},
"dependencies": {
"@mona-health/react-input-mask": "^3.0.3",
"@restart/hooks": "^0.4.6",
"@restart/ui": "^1.2.0",
"@types/invariant": "^2.2.35",
"@types/react-transition-group": "^4.4.4",
"classnames": "^2.3.1",
"dayjs": "^1.11.10",
"dom-helpers": "^5.2.1",
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
"prop-types-extra": "^1.1.1",
"react-bootstrap": "^2.7.2",
"react-transition-group": "^4.4.2",
"warning": "^4.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"overrides": {
"nwsapi": "2.2.2"
}
}