forked from Neocratia/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 809 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 809 Bytes
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
{
"name": "neocratia",
"version": "1.0.0",
"description": "If democracy were to be invented today, what would it be like?",
"author": "neocratia.org",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"axios": "^0.17.1",
"config": "^1.26.1",
"dotenv": "^4.0.0",
"firebase": "^4.2.0",
"nuxt": "^1.0.0-rc6",
"nuxt-i18n": "^1.0.2",
"promise-polyfill": "^6.0.2",
"vue": "latest",
"vue-i18n": "^7.3.2",
"vue-server-renderer": "latest",
"vue-smoothscroll": "^0.1.1",
"vue-template-compiler": "latest",
"vuetify": "^0.15.7"
},
"devDependencies": {
"babel-plugin-transform-imports": "^1.4.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}