This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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
58
{
"name": "evrx-tt",
"version": "1.0.0",
"description": "lets the party begin",
"main": "index.js",
"scripts": {
"test": "jasmine",
"dev": "webpack-dev-server --mode=development",
"watch": "webpack --config webpack.config.js --mode=development --watch",
"build": "webpack --config webpack.config.js --mode=production",
"sg": "styleguidist server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serjout/evrx-tt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/serjout/evrx-tt/issues"
},
"homepage": "https://github.com/serjout/evrx-tt#readme",
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-bigint": "^7.0.0",
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
"classnames": "^2.2.6",
"jasmine": "^3.3.0",
"lodash": "^4.17.11",
"mobx": "^5.5.2",
"mobx-react": "^5.3.6",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-syntax-async-generators": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"lite-server": "^2.4.0",
"mini-css-extract-plugin": "^0.4.4",
"react-styleguidist": "^8.0.2",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}