-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.1 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "smartcitizen-onboarding-app-start",
"version": "2.0.0",
"description": "Onboarding",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"deploy": "gh-pages-deploy -- 'Deploy of Onboarding'",
"extract": "node extract.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fablabbcn/smartcitizen-onboarding-app-start.git"
},
"keywords": [
"smartcitizen"
],
"author": "Smartcitizen",
"license": "MIT",
"bugs": {
"url": "https://github.com/fablabbcn/smartcitizen-onboarding-app-start/issues"
},
"homepage": "https://github.com/fablabbcn/smartcitizen-onboarding-app-start#readme",
"devDependencies": {
"angular-translate-extract": "^1.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"gh-pages-deploy": "^0.5.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"angular": "^1.7.9",
"angular-animate": "^1.7.3",
"angular-aria": "^1.7.3",
"angular-cookies": "^1.7.8",
"angular-google-maps": "^2.4.1",
"angular-hotkeys": "^1.7.0",
"angular-loader": "^1.7.2",
"angular-material": "^1.1.10",
"angular-messages": "^1.7.2",
"angular-route": "^1.7.2",
"angular-simple-logger": "^0.1.7",
"angular-translate": "^2.18.1",
"angular-translate-loader-static-files": "^2.18.1",
"angular-ui-router": "^1.0.19",
"angularjs-geolocation": "^0.1.3",
"lodash": "^4.17.13",
"restangular": "^1.6.1",
"sc-assets": "git+shh://[email protected]:fablabbcn/assets.git#master"
},
"gh-pages-deploy": {
"staticpath": "dist",
"cname": "start.smartcitizen.me",
"prep": [
"build"
]
}
}