-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.59 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
{
"name": "@phila/phila-ui",
"version": "2.0.7",
"description": "Phila-UI: City of Philadelphia Components Library",
"author": "City of Philadelphia",
"scripts": {
"build": "vue-cli-service lint --no-fix && rollup --config build/rollup.config.js",
"lint": "vue-cli-service lint",
"scss": "node-sass --watch src/styles/compile_all.scss -o src/css",
"watch": "rollup --watch --config build/rollup.config.js"
},
"main": "dist/phila-ui.umd.js",
"module": "dist/phila-ui.esm.js",
"unpkg": "dist/phila-ui.min.js",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@vue/composition-api": "^1.2.4",
"bulma": "^0.9.3",
"bulma-checkradio": "^1.1.1",
"core-js": "^3.6.5",
"deepmerge": "^4.2.2",
"vue-imask": "^6.2.2"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/helper-module-imports": "^7.12.5",
"@babel/preset-env": "^7.6.3",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-image": "^2.0.5",
"@semantic-release/git": "^7.0.18",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.0.3",
"conventional-changelog-conventionalcommits": "^4.5.0",
"eslint": "^6.5.1",
"eslint-plugin-vue": "^5.2.3",
"rollup": "^1.23.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-vue": "^5.0.1",
"sass": "^1.45.0",
"sass-loader": "^10.2.0",
"semantic-release": "^17.3.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
}
}