forked from andion/docz-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"name": "docz-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-scripts": "2.1.1"
},
"scripts": {
"docs:dev": "docz dev",
"docs:build": "docz dev"
},
"engines": {
"node": ">= 8.11.x <= 9.x",
"npm": ">= 5.x",
"yarn": ">= 1.7.0"
},
"devDependencies": {
"@babel/cli": "7.1.0",
"@babel/core": "7.1.0",
"@babel/node": "7.0.0",
"@babel/plugin-proposal-export-default-from": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.2",
"css-loader": "1.0.0",
"docz": "0.11.2",
"enzyme": "3.6.0",
"enzyme-adapter-react-16": "1.5.0",
"enzyme-to-json": "3.3.4",
"eslint": "5.6.0",
"eslint-config-prettier": "3.0.1",
"eslint-config-unobtrusive": "1.2.2",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "21.22.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.11.1",
"eslint-watch": "4.0.2",
"html-webpack-plugin": "3.2.0",
"identity-obj-proxy": "3.0.0",
"jest": "23.6.0",
"prettier": "1.14.3",
"style-loader": "0.23.0",
"webpack": "4.19.1",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.8"
}
}