-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
{
"name": "crypto-seo",
"version": "1.0.0",
"description": "A DApp for paying for search rankings",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "npx webpack serve --open --config webpack.dev.js",
"build-contract": "npx truffle compile",
"build-frontend": "npx webpack --config webpack.prod.js",
"test": "NODE_ENV=test npx truffle test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@chainlink/contracts": "0.0.10",
"@truffle/contract": "^4.2.27",
"@truffle/hdwallet-provider": "^1.1.1",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.3",
"child_process": "^1.0.2",
"css-loader": "^5.0.0",
"json-loader": "^0.5.7",
"querystring": "^0.2.0",
"react": "^16.14.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.14.0",
"request": "^2.88.2",
"style-loader": "^2.0.0",
"truffle": "^5.2.2",
"web3": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.1.0",
"webpack-merge": "^5.7.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@chainlink/test-helpers": "0.0.5",
"@openzeppelin/test-helpers": "^0.5.10",
"babel-regenerator-runtime": "^6.5.0",
"clean-webpack-plugin": "^3.0.0",
"dotenv": "^8.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"truffle-plugin-verify": "^0.5.0",
"webpack-dev-server": "^3.11.2"
}
}