-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "@yoonit/nativescript-components",
"main": "src/main.lib.js",
"version": "0.0.1",
"private": true,
"scripts": {},
"dependencies": {
"@nativescript-community/ui-drawer": "0.0.31",
"@nativescript/core": "~8.1.1",
"@nativescript/tailwind": "^1.0.0-rc.1",
"@nstudio/nativescript-loading-indicator": "^4.1.0",
"aes-js": "^3.1.2",
"nativescript-vue": "~2.9.0",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/eslint-parser": "^7.11.5",
"@babel/eslint-plugin": "^7.11.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.4.5",
"@nativescript/android": "8.1.1",
"@nativescript/webpack": "~5.0.0",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-standard": "^4.0.0",
"eslint": "^5.16.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-vue": "^5.0.0",
"nativescript-vue-template-compiler": "~2.9.0",
"postcss": "^8.2.10",
"postcss-loader": "^5.2.0",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"sass": "^1.43.4",
"sass-loader": "^12.3.0"
}
}