-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 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
{
"name": "anywhere-components",
"version": "1.11.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "cross-env NODE_ENV=development webpack -w",
"build:dev": "cross-env NODE_ENV=development webpack",
"build:production": "cross-env NODE_ENV=production webpack -p",
"prepublish": "npm run build:production",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anywhere-dev/anywhere-components.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/anywhere-dev/anywhere-components/issues"
},
"homepage": "https://github.com/anywhere-dev/anywhere-components#readme",
"peerDependency": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.1.3",
"formik": "^0.11.11",
"material-ui": "^1.0.0-beta.30",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.22.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-jss": "^8.3.3",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.6",
"@storybook/addon-links": "^3.3.6",
"@storybook/react": "^3.3.6"
}
}