-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
145 lines (145 loc) · 4.56 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "dapp",
"version": "0.1.0",
"private": true,
"homepage": "https://transmute-industries.github.io/dapp/",
"dependencies": {
"@digix/truffle-lightwallet-provider": "^0.1.2",
"classnames": "^2.2.5",
"history": "^4.6.3",
"lodash": "^4.17.4",
"material-ui": "^0.18.6",
"material-ui-datatables": "^0.18.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-flexbox-grid": "^1.1.3",
"react-particles-js": "^1.5.0",
"react-redux": "^5.0.5",
"react-router-redux": "^5.0.0-alpha.6",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.1",
"redux-form": "^7.0.0",
"redux-form-material-ui": "^4.2.0",
"redux-thunk": "^2.2.0",
"source-map-support": "^0.4.3",
"transmute-framework": "^0.1.38",
"uport-connect": "^0.6.4"
},
"devDependencies": {
"@types/classnames": "^2.2.0",
"@types/enzyme": "^2.8.2",
"@types/history": "^4.6.0",
"@types/jest": "^20.0.2",
"@types/lodash": "^4.14.68",
"@types/material-ui": "^0.17.16",
"@types/node": "^8.0.10",
"@types/react": "^15.0.37",
"@types/react-dom": "^15.5.1",
"@types/react-redux": "^4.4.46",
"@types/react-router": "^4.0.14",
"@types/react-router-redux": "^5.0.3",
"@types/react-tap-event-plugin": "0.0.30",
"coveralls": "^2.13.1",
"enzyme": "^2.9.1",
"gh-pages": "^1.0.0",
"pm2": "^2.6.1",
"react-test-renderer": "^15.6.1",
"redux-devtools-extension": "^2.13.2",
"truffle": "^3.4.4",
"app-root-path": "^2.0.1",
"autoprefixer": "7.1.0",
"case-sensitive-paths-webpack-plugin": "2.0.0",
"chalk": "1.1.3",
"cli-highlight": "1.1.4",
"css-loader": "0.28.1",
"dotenv": "4.0.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.28.0",
"jest": "20.0.3",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.0.0",
"postcss-loader": "2.0.5",
"promise": "7.1.1",
"react-dev-utils": "^2.0.1",
"react-error-overlay": "^1.0.6",
"source-map-loader": "^0.2.1",
"style-loader": "0.17.0",
"sw-precache-webpack-plugin": "0.9.1",
"ts-loader": "^2.2.1",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.0.0",
"typescript": "~2.4.0",
"url-loader": "0.5.8",
"webpack": "2.6.0",
"webpack-dev-server": "2.4.5",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.3"
},
"scripts": {
"clean": "rm -rf build coverage",
"docker:build": "docker-compose up --build",
"docker:start": "docker-compose up",
"start": "node scripts/start.js",
"build": "node scripts/build.js && npm run prep-for-github",
"prep-for-github": "cp build/index.html build/404.html",
"test": "node scripts/test.js --env=jsdom --coverage",
"test:all": "npm run test && npm run truffle:test",
"truffle:test": "truffle test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy:testnet": "truffle migrate --compile-all --network ropsten --reset --verbose-rpc",
"transmute": "node ./node_modules/transmute-framework/build/cli/index.js",
"testrpc": "pm2 start testrpc",
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"move-contracts": "rm -rf src/contracts && mv build/contracts src/contracts",
"migrate": "RPC_HOST=localhost npm run transmute migrate && npm run move-contracts",
"ipfs:allow": "ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '[\"http://localhost:3000\"]'",
"ipfs": "npm run ipfs:allow && ipfs daemon"
},
"jest": {
"mapCoverage": true,
"collectCoverageFrom": [
"**/*.{ts,tsx}",
"!**/node_modules/**",
"!src/lib/index.d.ts"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
],
"testEnvironment": "node",
"testURL": "http://localhost",
"transform": {
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^.+\\.tsx?$": "<rootDir>/config/jest/typescriptTransform.js",
"^(?!.*\\.(css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web"
}
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}