-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
42
43
44
45
46
47
{
"name": "ghost-load",
"version": "1.0.2",
"description": "Async content placeholder",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/whatthefoo/ghostload"
},
"peerDependencies": {
"react": ">=16.4.0",
"react-dom": ">=16.6.1"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"prepublish": "rm -rf ./dist && npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"author": {
"name": "Bård Nyheim Hovde"
},
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@storybook/addon-actions": "^4.0.4",
"@storybook/addon-knobs": "^4.1.2",
"@storybook/addon-links": "^4.0.4",
"@storybook/addons": "^4.0.4",
"@storybook/react": "^4.0.4",
"@storybook/storybook-deployer": "^2.8.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.1",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"style-loader": "^0.23.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.0.4"
}
}