-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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
{
"name": "mob-ico",
"version": "1.0.0",
"description": "token sale web app template",
"main": "index.js",
"scripts": {
"wds": "webpack-dev-server"
},
"keywords": [
"ethereum",
"react",
"webpack",
"ico",
"token",
"erc20",
"web3"
],
"author": "Sean Francis",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"json-loader": "^0.5.7",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"browserify-fs": "^1.0.0",
"img-loader": "^2.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-iframe": "^1.0.7",
"react-modal": "^2.3.2",
"react-redux": "^5.0.5",
"react-router-dom": "^4.2.2",
"react-youtube": "^7.4.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"solidity-loader": "0.0.7",
"victory": "^0.22.1",
"vimeo-reactjs": "0.0.2"
}
}