-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.53 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": "nuxt-typo3-skin",
"version": "0.2.0",
"description": "Nuxt-typo3 theme",
"license": "MIT",
"author": "mercs600",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@nuxtjs/tailwindcss": "^1.3.3"
},
"files": [
"nuxt",
"src",
"components.js",
"tailwind.config.js"
],
"main": "nuxt/index.js",
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-knobs": "^5.3.14",
"@storybook/addon-links": "^5.3.14",
"@storybook/addons": "^5.3.14",
"@storybook/vue": "^5.3.14",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-standard": "^5.1.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"core-js": ">=2.6.5 <3.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2",
"nuxt-typo3": "^0.5.0",
"postcss-import": "^12.0.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"storybook-vue-router": "^1.0.7",
"tailwindcss": "^1.2.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}