-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "tracy",
"version": "1.1.2",
"description": "Tiny interface to generate stuff for rasa",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --env.prod",
"lint": "eslint -c .eslintrc.json src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Julien LEICHER",
"repository": "https://github.com/YuukanOO/tracy",
"homepage": "https://yuukanoo.github.io/tracy/",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.9",
"dropee": "^1.0.2",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-vue": "^4.3.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"vee-validate": "^2.0.5",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.4.2"
}
}