-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.85 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
{
"name": "chamonix2022",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://samwakelam.github.io/chamonix2022",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": " next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Samwakelam/chamonix2022.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Samwakelam/chamonix2022/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@storybook/addon-backgrounds": "^6.4.19",
"airbnb": "^0.0.2",
"eslint-plugin-prettier": "^4.2.1",
"next": "^12.1.0",
"prettier": "^2.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"serve": "^13.0.2",
"styled-components": "^5.3.3",
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "0.0.9",
"@testing-library/react": "^12.1.3",
"@types/node": "^17.0.18",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.22",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "^8.9.0",
"jest-styled-components": "^7.0.8",
"ts-loader": "^9.2.5",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"tslib": "^2.3.1"
}
}