-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.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
{
"name": "cg-mapper",
"version": "0.9.0",
"description": "Asses CG Mapping",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"author": "Heta A Gandhi, Andrew White",
"license": "ISC",
"devDependencies": {
"axios": "^0.18.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"bulma": "^0.6.2",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.9",
"d3": "^5.0.0",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"lodash": "^4.17.13",
"node-loader": "^0.6.0",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.7",
"smiles-drawer": "^1.0.10",
"stylish": "^1.0.0",
"stylus": "^0.54.5",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^0.6.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.12.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.1.3"
},
"dependencies": {
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"raw-loader": "^0.5.1",
"vue": "^2.5.13"
}
}