-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.5 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.5 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
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
80
81
82
83
84
85
86
{
"name": "@codaco/ui",
"version": "5.8.6",
"description": "Styles and React components for the Network Canvas project",
"main": "lib/components/index.js",
"license": "GPL-3.0-or-later",
"engines": {
"node": "12.14.1",
"npm": "7.6.3"
},
"repository": {
"type": "git"
},
"scripts": {
"lint": "eslint ./src",
"sass-lint": "sass-lint -vc .sass-lint.yml",
"build": "./scripts/build",
"preflight": "npm run lint && npm run sass-lint",
"prepublishOnly": "npm run preflight && npm run build",
"storybook": "start-storybook -p 6006 --no-manager-cache",
"build-storybook": "build-storybook -o docs-build"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@productboard/slate-edit-list": "^0.21.5",
"@storybook/theming": "^6.3.3",
"animejs": "^2.2.0",
"classnames": "^2.2.6",
"emoji-dictionary": "^1.0.11",
"framer-motion": "^2.9.1",
"lodash": "^4.17.20",
"luxon": "^1.21.3",
"prop-types": "^15.6.2",
"react-compound-slider": "^2.4.0",
"react-markdown": "^6.0.2",
"react-resize-aware": "^3.0.1",
"react-transition-group": "^4.3.0",
"recompose": "^0.30.0",
"rehype-raw": "^5.1.0",
"rehype-sanitize": "^4.0.0",
"remark": "^13.0.0",
"remark-parse": "^9.0.0",
"remark-slate": "^1.8.0",
"scrollparent": "^2.0.1",
"slate": "^0.57.3",
"slate-history": "^0.59.0",
"slate-react": "^0.57.3",
"strip-markdown": "^4.0.0",
"unified": "^9.2.1",
"uuid": "^3.2.1"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.13.10",
"@babel/eslint-plugin": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@storybook/addon-actions": "^6.3.3",
"@storybook/addon-essentials": "^6.3.3",
"@storybook/addon-links": "^6.3.3",
"@storybook/addons": "^6.3.3",
"@storybook/react": "^6.3.3",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"enzyme": "^3.7.0",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "^7.22.0",
"faker": "^4.1.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass": "^1.56.1",
"sass-lint": "^1.13.1",
"sass-loader": "^8.0.2"
}
}