-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "caesarapp-web-client",
"version": "1.1.0",
"description": "Web client for caesarapp.",
"author": "Aleksandr Beshkenadze <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"prod": "npm run build; npm run start",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"axios": "^0.16.2",
"dotenv": "^5.0.0",
"file-saver": "^1.3.3",
"filesize-parser": "^1.4.1",
"jszip": "^3.1.5",
"node-uuid": "^1.4.8",
"normalize-css": "^2.3.1",
"nuxt": "1.4.1",
"password-generator": "^2.1.0",
"sjcl": "^1.0.7",
"vue-multiselect": "^2.1",
"workerize-loader": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.17.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"postcss": "^6.0.17",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.0",
"postcss-nested": "^3.0.0",
"postcss-scss": "^1.0.3",
"precss": "^2.0.0"
},
"engines": {
"node": ">=8"
}
}