-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.34 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": "ntt-components",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayurmarakana89/ntt-components.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mayurmarakana89/ntt-components/issues"
},
"homepage": "https://github.com/mayurmarakana89/ntt-components#readme",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.1",
"html-webpack-plugin": "^4.2.0",
"http-server": "^0.12.3",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"style-loader": "^1.1.2",
"url-loader": "^3.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.2",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"react": "^16.12.0",
"prop-types": "^15.7.2"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"file-loader": "^6.2.0",
"react-dom": "^17.0.2",
"react-qr-reader": "^2.2.1"
}
}