forked from alorehermit/dfinance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 Bytes
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
{
"name": "dfinance",
"version": "0.0.0",
"description": "",
"author": "",
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-react": "7.9.0",
"@dfinity/agent": "^0.7.1",
"@dfinity/authentication": "^0.7.1",
"@dfinity/identity": "^0.8.0",
"babel-loader": "8.1.0",
"bignumber.js": "^9.0.1",
"classnames": "^2.3.1",
"lottie-web": "^5.7.8",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-router-dom": "^5.2.0",
"webpack": "4.43.0",
"webpack-cli": "3.3.12"
},
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"css-loader": "^5.2.1",
"style-loader": "^2.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"build": "webpack"
}
}