-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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": "grey.software",
"version": "1.0.0",
"description": "Grey Software is a not-for-profit organization that empowers students to build open-source software for their communities and societies.",
"author": "Arsala Grey",
"scripts": {
"dev": "nuxt",
"build": "nuxt build --target static",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest",
"fix": "prettier -l --write \"{*.js,**/*.js,**/*.vue}\"",
"fix:js": "eslint --ext .js,.vue .",
"fix:css": "stylelint --fix **/*.{vue,css}"
},
"dependencies": {
"@nuxt/content": "^1.10.0",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/device": "^1.2.7",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.2.2",
"@nuxtjs/svg": "^0.1.12",
"@tailwindcss/typography": "^0.3.1",
"code": "^5.2.4",
"core-js": "^3.6.5",
"node-fetch": "^2.6.1",
"nuxt": "^2.14.11",
"nuxt-mq": "^2.0.1",
"phantomjs": "^2.1.7",
"request-promise": "^4.2.6",
"stylelint-config-standard": "^20.0.0",
"vue-svg-loader": "^0.16.0"
},
"devDependencies": {
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/tailwindcss": "^3.3.4",
"@nuxtjs/vuetify": "^1.11.2",
"@vue/test-utils": "^1.0.0-beta.27",
"autoprefixer": "^9",
"babel-jest": "^24.1.0",
"eslint": "^7.12.1",
"jest": "^24.1.0",
"postcss": "^7",
"prettier": "2.2.1",
"stylelint": "^13.8.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue-jest": "^4.0.0-0"
}
}