-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "evermut",
"version": "1.9.4-beta1",
"description": "Mut View Library",
"main": "dist/index.js",
"contributors": [
"Lusine Ter-Petrosyan (https://github.com/lusineterpetrosyan)",
"Anna Narimanyan (https://github.com/annanarim)"
],
"scripts": {
"dev": "webpack --config webpack.config.js",
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"dependencies": {
"evergreen-ui": "^4.24.0",
"prop-types": "^15.7.2",
"react-dropzone": "^10.2.2",
"ui-box": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"core-js": "^3.6.4",
"mini-css-extract-plugin": "^0.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"browserslist": "> 0.25%, not dead",
"files": [
"dist/*",
"README.md"
],
"author": "Lusine Ter-Petrosyan & Anna Narimanyan",
"license": "MIT"
}