-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.23 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.23 KB
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
{
"name": "design-system",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 9009"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@babel/core": "^7.26.7",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^16.0.0",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/cli": "^8.5.3",
"@storybook/react": "^8.5.3",
"@storybook/react-webpack5": "^8.5.3",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"babel-loader": "^9.2.1",
"babel-preset-react-app": "^10.0.1",
"rollup": "^4.34.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.93.2",
"sass-loader": "^16.0.4",
"typescript": "^5.9.3"
},
"dependencies": {
"classnames": "^2.5.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}