-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"name": "blocks-util-js",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "npm run build-css && babel ./src -d ./lib",
"build-css": "node-sass src/index.scss lib/index.css; cp src/index.scss lib/.",
"storybook": "start-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tengine/blocks-util-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tengine/blocks-util-js/issues"
},
"homepage": "https://github.com/tengine/blocks-util-js#readme",
"peerDependencies": {
"material-ui": "0.16.x",
"react": "15.6.x",
"react-dom": "^15.6.x"
},
"dependencies": {
"classnames": "^2.2.5",
"material-ui": "^0.16.7",
"react": "^15.6.2",
"react-dom": "^15.6.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.2.8",
"@storybook/react": "^5.2.6",
"@storybook/storybook-deployer": "^2.8.1",
"babel-loader": "^8.0.6",
"node-sass": "^4.11.0"
}
}