-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 949 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": "www",
"version": "0.1.0",
"main": "index.js",
"repository": "git@github.com:stellar-labs/www",
"author": "Amin NAIRI <nairi.amin@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack --env.production",
"start": "webpack-dev-server --hot --progress --env.development",
"lint:init": "eslint --init"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"caniuse-lite": "^1.0.30000830",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-vue": "^4.4.0",
"html-webpack-plugin": "^3.2.0",
"postcss": "^6.0.21",
"postcss-cssnext": "^3.1.0",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}