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
|
{
"name": "cryptoportfolio",
"version": "0.1",
"description": "cryptoportfolio js",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jloup",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"debowerify": "^1.3.1",
"localenvify": "^1.0.1",
"moment": "^2.22.1",
"page": "^1.8.3",
"path-to-regexp": "^1.2.1",
"qs": "^6.5.1",
"react": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^15.2.0",
"eslint": "^4.18.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.7.0",
"react-dom": "^16.2.0"
}
}
|