-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 962 Bytes
/
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
{
"name": "graphical-grapher",
"version": "1.1.1",
"description": "Not an actual NPM package. This file is only used to get dependencies for compiling .vue files",
"main": "lib/GraphicalGrapher.js",
"author": "Simon Herteby",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Herteby/graphical-grapher"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue": "^2.2.1",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.2.1",
"webpack": "^3.1.0"
}
}