-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
{
"name": "viz",
"version": "0.1.0",
"private": true,
"homepage": "http://plotdevice.bengarvey.com",
"dependencies": {
"babel-preset-react": "^6.24.1",
"chance": "^1.0.18",
"create-react-class": "^15.6.3",
"cryptiles": "^4.1.3",
"csv-parse": "^4.4.6",
"d3": "^5.8.0",
"d3-shape": "^1.2.2",
"deep-extend": "^0.6.0",
"extend": "^3.0.2",
"ftp-deploy": "^2.4.1",
"hoek": "^5.0.4",
"jsftp": "^2.0.0",
"json2csv": "^4.3.2",
"lodash": "^4.17.21",
"lodash.flatten": "^4.4.0",
"Logger": "0.0.0",
"macaddress": "^0.2.9",
"merge": "^1.2.1",
"mime": "^2.4.0",
"react": "^16.7.0",
"react-dev-utils": "^7.0.1",
"react-dom": "^16.7.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.3",
"require-csv": "0.0.1",
"semiotic": "^1.16.3",
"serialize-javascript": "^4.0.0",
"source-map-explorer": "^2.0.1",
"sshpk": "^1.16.0",
"url-parse": "^1.4.4",
"yargs-parser": "^18.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build-stats": "react-scripts build --stats && webpack-bundle-analyzer build/bundle-stats.json -m static -r build/bundle-stats.html -O",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "node deploy.js",
"release": "react-scripts build && node deploy.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/lodash": "^4.14.168",
"webpack-bundle-analyzer": "^3.4.1"
}
}