-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.5 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
{
"name": "mauve-viewer",
"version": "1.0.0-beta2",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"start": "webpack-dev-server --hot --inline",
"start:server": "http-server -o",
"lint": "/node_modules/eslint/bin/eslint.js src/*.js demo/*.js",
"lint:fix": "/node_modules/eslint/bin/eslint.js --fix src/*.js demo/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PATRIC3/mauve-viewer.git"
},
"author": "nconrad",
"license": "ISC",
"bugs": {
"url": "https://github.com/PATRIC3/mauve-viewer/issues"
},
"homepage": "https://github.com/PATRIC3/mauve-viewer#readme",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.5.0",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.1",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"http-server": "^0.11.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"d3": "5.7.0"
},
"dojoBuild": "app.profile.js"
}