-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 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
{
"name": "post-internet-era",
"version": "0.0.1",
"description": "Post-Internet Era is a multimedia and documentary long-form narrative analyzing post-internet democracies, documenting the rising of new e-models, the ways big datas and technologies are challenging the democratic process from the inside and their impact on environment.",
"keywords": [
"ar",
"photography",
"post-internet",
"e-democracy",
"e-models",
"environment",
"narrative",
"democracy"
],
"homepage": "https://post-internet-era.com/",
"license": "AGPL-3.0",
"author": {
"name": "Puria Nafisi Azizi",
"email": "[email protected]"
},
"dependencies": {
"babel-core": "6",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"mongodb-stitch": "^3.0.3",
"popper.js": "^1.12.9",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"prepublish": "yarn build",
"deploy": "scp -r dist/* pie:www/ar && scp -r src/markup/glint/* pie:www/",
"clean": "rm -r dist/"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-loader": "^7.1.4",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.1.0",
"imagemin-webpack-plugin": "^2.1.0",
"node-sass": "^4.13.1",
"postcss-loader": "^2.1.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack-dev-server": "^3.1.11"
}
}