-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
125 lines (125 loc) · 4.18 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
{
"name": "atomium",
"description": "Atomium is a official design system of Juntos Somos Mais",
"license": "MIT",
"private": true,
"npmClient": "npm",
"engines": {
"yarn": "please-use-npm",
"npm": ">=8.x",
"node": ">=18.16.0"
},
"workspaces": [
"apps/*",
"packages/*",
"utils/*"
],
"scripts": {
"build": "nx build @juntossomosmais/atomium && nx build @juntossomosmais/atomium-react && nx build @juntossomosmais/atomium-vue",
"docs:build": "nx build @atomium/docs && nx build @atomium/docs-react && nx build @atomium/docs-vue",
"docs-react:start": "nx run @atomium/docs-react:start",
"docs-vue:start": "nx run @atomium/docs-vue:start",
"icons:build": "nx build @juntossomosmais/atomium-icons",
"postinstall": "nx run @juntossomosmais/atomium:prebuild",
"pre-commit": "git rev-parse -q --no-revs --verify MERGE_HEAD || lint-staged",
"prepare": "husky install",
"start": "nx run-many --target=start --maxParallel=10 --projects=@juntossomosmais/*,@atomium/docs",
"test": "nx run @juntossomosmais/atomium:test",
"test:ci": "nx affected --target=test:ci --base=origin/main --parallel",
"test:ci-merge": "nx affected --target=test:ci --base=origin/main~1 --head=origin/main --parallel",
"tokens:build": "nx build @juntossomosmais/atomium-tokens"
},
"dependencies": {
"@ionic/core": "^8.4.1",
"@popperjs/core": "^2.11.8",
"@stencil/core": "~4.22.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@juntossomosmais/linters": "^0.22.0",
"@nrwl/workspace": "19.8.4",
"@rollup/plugin-typescript": "^12.1.2",
"@stencil/react-output-target": "^0.5.3",
"@stencil/sass": "^3.0.12",
"@stencil/vue-output-target": "^0.8.9",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/preset-typescript": "^2.1.0",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@storybook/vue3": "^8.4.7",
"@storybook/vue3-vite": "^8.4.7",
"@storybook/web-components": "^8.4.7",
"@storybook/web-components-webpack5": "^8.4.7",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-transform-scss": "^1.2.0",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-sonarjs": "^3.0.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"lint-staged": "^15.2.11",
"lit": "^3.2.1",
"nx": "19.5.4",
"postcss": "^8.4.49",
"postcss-scss": "^4.0.9",
"prettier": "3.4.2",
"prop-types": "^15.8.1",
"puppeteer": "^23.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"rollup": "^4.29.1",
"rollup-plugin-postcss": "^4.0.2",
"rupture-sass": "^1.0.0",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"storybook": "^8.4.7",
"stylelint": "^16.12.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.0",
"svgo": "^3.3.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vue": "^3.5.13"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.29.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --cache --fix"
],
"*.scss": [
"stylelint --fix"
]
}
}