-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.91 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.91 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@sapien/reactmodulename",
"version": "0.0.1",
"description": "Sapien Module",
"main": "dist/index.js",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"lint": "eslint --ext .js,.jsx src",
"storybook": "start-storybook -p 5000 -c storybook",
"build-storybook": "build-storybook",
"install:peers": "node build/install-peers.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SapienNetwork/react-component-boilerplate.git"
},
"author": "development@sapien.network",
"license": "ISC",
"bugs": {
"url": "https://github.com/SapienNetwork/react-component-boilerplate/issues"
},
"homepage": "https://github.com/SapienNetwork/react-component-boilerplate#readme",
"peerDependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49",
"@babel/preset-react": "^7.0.0-beta.49",
"@storybook/addon-actions": "^3.4.6",
"@storybook/addon-links": "^3.4.4",
"@storybook/react": "^3.4.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"graphql": "^0.13.2",
"graphql-anywhere": "^4.1.10",
"graphql-tag": "^2.9.2",
"lodash": "^4.17.10",
"lorem-hipsum": "^0.1.7",
"node-notifier": "^5.2.1",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"resolve-from": "^4.0.0",
"styled-components": "^3.2.6",
"webpack": "^3.6.0",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"executioner": "^2.0.1",
"ora": "^2.1.0"
}
}