-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "anima-project",
"version": "1.0.0",
"description": "A React project automatically generated by Anima, the design-to-code platform",
"source": "./index.html",
"scripts": {
"build": "parcel build --public-url ./ --no-scope-hoist",
"dev": "parcel",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@storybook/addon-essentials": "^7.0.3",
"@storybook/addon-interactions": "^7.0.3",
"@storybook/addon-links": "^7.0.3",
"@storybook/blocks": "^7.0.3",
"@storybook/react": "^7.0.3",
"@storybook/react-webpack5": "^7.0.3",
"@storybook/testing-library": "^0.0.14-next.2",
"parcel": "^2.8.0",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10",
"storybook": "^7.0.3"
}
}