This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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
56
57
58
59
60
61
62
63
64
{
"name": "simple-design-system",
"version": "5.0.3",
"description": "A modern design system that is remarkably flexible and easy to use.",
"author": "Jason Shimkoski",
"scripts": {
"serve": "vue-cli-service serve",
"build": "PURGE_CSS=true vue-cli-service build",
"lint": "vue-cli-service lint",
"bundle:release": "./scripts/bundle-release.sh",
"release": "./scripts/release.sh"
},
"main": "dist/index.common.js",
"files": [
"dist"
],
"dependencies": {
"@tailwindcss/typography": "^0.2.0",
"tailwind-css-variables": "^2.0.3",
"tailwindcss": "^1.8.10"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@vue/cli-plugin-babel": "^4.5.6",
"@vue/cli-plugin-eslint": "^4.5.6",
"@vue/cli-plugin-router": "^4.5.6",
"@vue/cli-plugin-typescript": "^4.5.6",
"@vue/cli-plugin-vuex": "^4.5.6",
"@vue/cli-service": "^4.5.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.1.0",
"babel-eslint": "^10.0.3",
"core-js": "^3.6.5",
"date-fns": "^2.16.1",
"eslint": "^7.10.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.1.2",
"html-loader": "^1.3.1",
"parcel-bundler": "^1.12.4",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"prettier": "^2.1.2",
"typescript": "^4.0.3",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.4.5",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"
},
"bugs": {
"url": "https://github.com/jshimkoski/simple-design-system/issues"
},
"homepage": "https://github.com/jshimkoski/simple-design-system/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jshimkoski/simple-design-system.git"
},
"style": "dist/index.css"
}