-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 951 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
32
33
34
35
36
{
"name": "sketchpacks-fieldguide",
"version": "1.0.0",
"description": "Sketchpacks Design Pattern Field Guide",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "start-storybook -p 6006",
"build": "build-storybook"
},
"repository": {
"type": "git",
"url": "git@github.com:sketchpacks/fieldguide.git"
},
"author": "Adam Kirkwood",
"license": "MIT",
"bugs": {
"url": "https://github.com/sketchpacks/fieldguide/issues"
},
"homepage": "https://github.com/sketchpacks/fieldguide#readme",
"dependencies": {
"@storybook/cli": "^3.0.1",
"css-loader": "^0.28.4",
"iotacss": "^1.1.1",
"iotacss-components-button": "^1.0.3",
"node-sass": "^4.5.3",
"open-color": "^1.5.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2"
},
"devDependencies": {
"next": "*"
}
}