-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "ldaprecord.com",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"devDependencies": {
"@algolia/autocomplete-js": "^1.7.3",
"@algolia/autocomplete-theme-classic": "^1.7.3",
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/remark-prismjs": "^0.3.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.5.0",
"@tailwindcss/forms": "^0.5.3",
"algoliasearch": "^4.14.2",
"autoprefixer": "^10.0.2",
"babel-runtime": "^6.26.0",
"compare-versions": "^3.6.0",
"gridsome": "^0.7.0",
"node-sass": "^6.0.0",
"path-match": "^1.2.4",
"portal-vue": "^2.1.7",
"prism-themes": "^1.3.0",
"sass-loader": "^10.0.0",
"tailwindcss": "3.0.10",
"tiny-emitter": "^2.1.0",
"vue-feather-icons": "^5.0.0",
"vue-markdown": "^2.2.4",
"vue-svg-loader": "^0.16.0",
"webpack": "^4.0.0"
}
}