-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"name": "@muil/components",
"version": "0.0.35",
"license": "MIT",
"files": [
"lib/*.js"
],
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "https://github.com/muil-io/components"
},
"scripts": {
"start": "muil-viewer",
"start:charts": "muil-viewer -d ./templates/charts",
"start:layout": "muil-viewer -d ./templates/layout",
"start:core": "muil-viewer -d ./templates/core",
"build": "webpack",
"prepublish": "npm run generateToc && npm run build",
"lint": "eslint src templates",
"generateToc": "node scripts/generateToc.js",
"muil": "muil-viewer -d ./t",
"muil-cli": "muil-cli"
},
"dependencies": {
"classnames": "^2.2.6",
"polished": "^3.6.5",
"react-is": "^16.13.1",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"@babel/preset-react": "^7.10.0",
"@muil/viewer": "^1.0.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"crlf": "^1.1.1",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^4.0.4",
"file-loader": "^6.1.0",
"jsdom": "^16.3.0",
"node-fetch": "^2.6.0",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}