-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "@schiehll/kerbs",
"version": "0.0.1",
"main": "./bin/index.js",
"bin": "./bin/index.js",
"license": "MIT",
"scripts": {
"build:cli": "babel cli --out-dir bin && chmod +x bin/index.js"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"husky": "^2.3.0",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@gridsome/remark-prismjs": "^0.0.6",
"@mdx-js/loader": "^1.0.20",
"@mdx-js/react": "^1.0.20",
"@rehooks/component-size": "^1.0.2",
"@sindresorhus/slugify": "^0.9.1",
"address": "^1.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-preval": "^3.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"css-elevation": "^1.0.2",
"css-loader": "^2.1.1",
"dayjs": "^1.8.14",
"enquirer": "^2.3.0",
"fuse.js": "^3.4.4",
"history": "^4.9.0",
"html-webpack-plugin": "^3.2.0",
"nanoid": "^2.0.3",
"node-fetch": "^2.6.0",
"open-color": "^1.6.3",
"portfinder": "^1.0.20",
"prism-themes": "^1.1.0",
"prop-types": "^15.7.2",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-dev-utils": "^9.0.1",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-transition-group": "^4.0.1",
"shelljs": "^0.8.3",
"style-loader": "^0.23.1",
"styled-components": "^4.2.0",
"styled-media-query": "^2.1.1",
"url": "^0.11.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-merge": "^4.2.1"
}
}