-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.65 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
51
52
53
54
55
56
57
{
"name": "nami-wallet-integration2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --config ./webpack.config.js --mode development",
"test": "echo \"No test specified\" && exit 0",
"build": "webpack",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/runtime": "^7.15.4",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@emurgo/cardano-serialization-lib-browser": "^9.1.4",
"@emurgo/cip14-js": "^3.0.1",
"@headlessui/react": "^1.4.1",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"babel-loader": "^8.1.0",
"buffer": "^6.0.3",
"css-loader": "^6.3.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"react": "^17.0.2",
"react-datetime-picker": "^3.4.3",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-select": "^5.3.0",
"react-timer-hook": "^3.0.5",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.3.0",
"styled-components": "^5.3.1",
"svg-url-loader": "^7.1.1",
"tailwindcss": "^3.0.23",
"url-loader": "^4.1.1",
"video-react": "^0.15.0",
"web-vitals": "^1.1.2",
"webpack": "^5.3.2",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.0"
}
}