-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1010 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1010 Bytes
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
{
"name": "cryptory",
"version": "0.0.1",
"description": "Cryptocurrent Chart",
"main": "index.js",
"repository": "https://github.com/fuxxtion/cryptory.git",
"author": "fuxxtion <fn.apply@gmail.com>",
"license": "MIT",
"scripts": {
"test": "next",
"build": "next build",
"start": "next start",
"jest": "jest --coverage"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"es6-promise": "^4.2.4",
"next": "^5.0.0",
"next-redux-wrapper": "^1.3.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"regenerator-runtime": "^0.11.1"
},
"devDependencies": {
"babel-jest": "^22.2.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"jest": "^22.2.1",
"react-test-renderer": "^16.2.0",
"redux-devtools-extension": "^2.13.2"
}
}