forked from Giveth/giveth-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.46 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "giveth-dapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"bignumber.js": "^4.0.2",
"create-react-class": "^15.6.0",
"feathers": "^2.2.3",
"feathers-authentication-client": "^0.3.3",
"feathers-client": "^2.3.0",
"feathers-commons": "^0.8.7",
"feathers-hooks": "^2.1.2",
"feathers-hooks-common": "^3.7.2",
"feathers-reactive": "^0.5.2",
"feathers-socketio": "^2.0.1",
"formsy-react": "^0.19.5",
"formsy-react-components": "^0.10.1",
"giveth-react-scripts": "1.0.12",
"history": "^4.7.2",
"giveth-liquidpledging": "0.0.10",
"localforage": "^1.5.0",
"lpp-campaign": "0.0.14",
"lpp-capped-milestone": "0.0.3",
"lpp-dacs": "0.0.3",
"moment": "^2.19.2",
"node-sass-chokidar": "^0.0.3",
"npm-run-all": "^4.0.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.6.0",
"react-avatar": "^2.3.0",
"react-datepicker": "^0.54.0",
"react-dom": "^15.6.1",
"react-input-token": "^1.1.2",
"react-quill": "^1.1.0",
"react-responsive-masonry": "^1.2.3",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-skylight": "^0.4.2",
"react-toastify": "2.1.7",
"socket.io-client": "^2.0.4",
"sweetalert": "^2.0",
"underscore": "^1.8.3",
"web3": "^1.0.0-beta.26",
"web3-eth-accounts": "^1.0.0-beta.18",
"web3-provider-engine": "^13.3.3",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"lerna": "^2.2.0"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "npm run eslint && react-scripts test --env=jsdom",
"eslint": "eslint src/. test/.",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "https://github.com/Giveth/giveth-dapp.git"
},
"author": {
"name": "Giveth",
"email": "info@giveth.io",
"url": "http://giveth.io"
},
"license": "GPL-3.0"
}