-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
51
52
53
54
55
{
"name": "@gofynd/nitrozen-vue",
"version": "0.0.38",
"description": "Fynd Design Library for Vue",
"homepage": "https://github.com/gofynd/nitrozen-vue#readme",
"author": "Aayush Jain<[email protected]>",
"license": "MIT",
"private": false,
"main": "dist/nitrozen.umd.js",
"module": "dist/nitrozen.umd.js",
"unpkg": "dist/nitrozen.umd.min.js",
"types": "./types/index.d.ts",
"keywords": [
"nitrozen",
"vue",
"fynd",
"gofynd",
"nitrozen-vue"
],
"scripts": {
"serve": "vue-cli-service serve --port 4000",
"build": "vue-cli-service build",
"build-website": "rm -rf public && vue-cli-service build --dest public src/main.js",
"build-bundle": "vue-cli-service build --target lib --name nitrozen src/entry-lib.js",
"lint": "vue-cli-service lint",
"start": "node server.js"
},
"files": [
"dist",
"src",
"types"
],
"dependencies": {
"animejs": "^3.2.0",
"core-js": "^3.6.5",
"hammerjs": "^2.0.8",
"json-logic-js": "^2.0.0",
"shortid": "^2.2.15",
"vue": "^3.1.0",
"vue-tel-input": "^2.2.1"
},
"devDependencies": {
"@vue/cli-service": "~4.5.15",
"@vue/compiler-sfc": "3.1.0",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^3.1.0",
"express": "^4.17.1",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.11.2",
"webpack-merge": "^4.2.2",
"vite": "^3.1.1",
"@vitejs/plugin-vue": "^3.1.0"
}
}