-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 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
{
"name": "noted",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": "./",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@mainframe/sdk": "^0.3.0",
"@morpheus-ui/core": "^0.0.26",
"@morpheus-ui/fonts": "^0.0.1",
"@morpheus-ui/icons": "^0.0.16",
"canvas": "^2.3.1",
"constant-mirror": "^1.1.1",
"draft-js": "^0.10.5",
"lodash": "^4.17.11",
"react": "^16.6.0",
"react-art": "^16.6.0",
"react-dom": "^16.6.0",
"react-draft-wysiwyg": "^1.12.13",
"react-modal": "^3.6.1",
"react-native-web": "^0.9.4",
"react-overlays": "^1.1.0",
"react-scripts": "2.0.5",
"react-sizes": "^1.0.4",
"styled-components": "^4.0.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint-config-mainframe": "^2.2.0",
"flow-bin": "^0.84.0"
}
}