This repository was archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.3 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.3 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
41
{
"name": "final",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"sass": "node-sass --watch ./src/css -o ./src/css",
"build-sass": "node-sass ./src/css -o css"
},
"repository": {
"type": "git",
"url": "git+https://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@github.com/AOT-Technologies/forms-flow-ai-design-system.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AOT-Technologies/forms-flow-ai-design-system/issues"
},
"homepage": "https://github.com/AOT-Technologies/forms-flow-ai-design-system#readme",
"devDependencies": {
"@babel/core": "^7.19.3",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack4": "^6.5.12",
"@storybook/html": "^6.5.12",
"@storybook/manager-webpack4": "^6.5.12",
"@storybook/testing-library": "0.0.13",
"babel-loader": "^8.2.5",
"typescript": "^4.8.4",
"@storybook/addons": "^6.5.12",
"@storybook/theming": "^6.5.12"
},
"dependencies": {
}
}