-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "bi",
"version": "0.1.0",
"repository": {
"url": "git@gitlab.com:singuerinc-labs/bi.git",
"type": "git"
},
"scripts": {
"serve": "webpack-dev-server --content-base ./src --inline --hot --host 0.0.0.0 --port 8080",
"dev": "yarn run serve",
"build": "NODE_ENV=production webpack --display-error-details --progress --hide-modules"
},
"author": "singuerinc <nahuel.scotti@gmail.com>",
"license": "MIT",
"dependencies": {
"animejs": "^1.1.1",
"awesome-typescript-loader": "^3.2.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.17.0",
"copy-webpack-plugin": "4.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss": "^5.2.5",
"postcss-cssnext": "^2.8.0",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"stylelint": "^11.0.0",
"svg-url-loader": "^1.1.0",
"typescript": "^2.4.2",
"unminified-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.7",
"vue": "^2.4.2",
"vue-loader": "^13.0.2",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.4.2",
"vuex": "^3.1.1",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"devDependencies": {
"tslint": "^5.5.0"
}
}