-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "shelfie",
"version": "1.0.0",
"engines": {
"node": "12.16.1"
},
"description": "BCIT Final Project",
"main": "index.js",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"install": "^0.13.0",
"next": "^9.4.0",
"next-images": "^1.4.0",
"npm": "^6.14.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"babel-loader": "^8.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"dev": "next",
"build": "next build",
"start": "next start -p $PORT"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/TakuyaToyokawa/Shelfie.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/TakuyaToyokawa/Shelfie/issues"
},
"homepage": "/~https://github.com/TakuyaToyokawa/Shelfie#readme"
}