-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 942 Bytes
/
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
{
"name": "hsgs-hackathon-18",
"version": "1.0.0",
"description": "Build interactive games using React and *rena!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "start-storybook -p $PORT -c .",
"storybook": "start-storybook -p 9001 -c ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/deltarena/hsgs-hackathon-18.git"
},
"author": "Natsu Kagami",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/deltarena/hsgs-hackathon-18/issues"
},
"homepage": "https://gitlab.com/deltarena/hsgs-hackathon-18#README",
"dependencies": {
"@storybook/addon-knobs": "^3.4.6",
"@storybook/react": "^3.4.6",
"babel-core": "^6.26.3",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-gameboard": "git+https://gitlab.com/deltarena/react-gameboard.git"
}
}