-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"name": "incripto",
"version": "0.2.1",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"b": "export NODE_ENV=development && ./node_modules/.bin/rollup -c",
"m": "export NODE_ENV=production && ./node_modules/.bin/rollup -c",
"w": "export NODE_ENV=development && ./node_modules/.bin/rollup -c -w"
},
"dependencies": {
"idb": "^4.0.4",
"luxon": "^1.17.2",
"tweetnacl": "^1.0.1",
"vue": "^2.6.10",
"vue-native-websocket": "^2.0.13",
"vue-notification": "^1.3.16",
"vue-router": "^3.0.7",
"vuex": "^3.1.1"
},
"devDependencies": {
"copy": "^0.3.2",
"dotenv-flow": "^3.0.0",
"install": "^0.13.0",
"postcss": "^7.0.17",
"replace-in-file": "^4.1.2",
"rollup": "^1.18.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-less": "^1.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-vue": "^5.0.1",
"vue-template-compiler": "^2.6.10"
}
}