-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.36 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "zapify-docs",
"version": "1.0.0",
"description": "Site for Zapify V1",
"main": "babel.config.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode production",
"release-heroku": "babel-node --presets @babel/preset-env ./tools/release-heroku.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --mode development --open",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"test": "eslint src",
"prettier": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zapify-ui/Docs-Home.git"
},
"keywords": [
"zapify",
"zapify-ui",
"zapify",
"docs"
],
"author": "piyush mehta",
"license": "MIT",
"bugs": {
"url": "https://github.com/zapify-ui/Docs-Home/issues"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/node": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.0-beta.6",
"@storybook/addon-options": "5.1.9",
"@storybook/addon-storysource": "5.1.9",
"@storybook/addons": "5.1.9",
"@storybook/react": "5.1.9",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^1.10.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.1",
"cross-env": "^5.1.6",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-parallel": "^1.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.8.2",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"monaco-editor": "^0.17.1",
"monaco-editor-webpack-plugin": "^1.5.1",
"pre-commit": "^1.2.2",
"prettier": "^1.14.3",
"pretty-quick": "^1.8.0",
"react-dev-utils": "^9.0.1",
"react-test-renderer": "^16.4.0",
"simple-git": "^1.119.0",
"style-loader": "^0.23.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.0.7",
"webpack-dev-server": "^3.1.4"
},
"homepage": "https://github.com/zapify-ui/Docs-Home#readme",
"pre-commit": [
"lint-fix",
"prettier"
],
"sideEffects": false
}