-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "molan-web",
"version": "0.2.1",
"dependencies": {
"axios": "0.21.1",
"classnames": "2.2.6",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-live-clock": "3.1.0",
"react-monaco": "git+ssh://git@github.com:Progyan1997/react-monaco.git#0.1.0-beta.2",
"react-notifications": "1.4.3",
"react-redux": "7.1.0",
"redux": "4.0.4",
"redux-promise": "0.6.0",
"save-as": "0.1.8",
"secure-ls": "1.2.5",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "0.88.0"
},
"devDependencies": {
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"enzyme-to-json": "3.4.3",
"react-scripts": "3.1.1"
},
"scripts": {
"start": "firebase emulators:start",
"start:web": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:coverage": "yarn test --coverage",
"eject": "react-scripts eject"
},
"license": "GPL-3.0",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}