-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.65 KB
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
{
"name": "cloudteams-frontend",
"version": "1.0.0",
"description": "Frontend files for the CloudTeams website",
"repository": {
"type": "git",
"url": "git://github.com/cloudteams/designs.git"
},
"directories": {
"doc": "doc"
},
"scripts": {
"debug": "cross-env NODE_ENV=debug webpack -d --debug",
"production": "cross-env NODE_ENV=production webpack -p --progress",
"upload": "ftpsync",
"watch": "cross-env NODE_ENV=debug LIVE_RELOAD=false webpack -d --watch",
"watch-live": "cross-env NODE_ENV=debug LIVE_RELOAD=true webpack -d --watch"
},
"author": "Booreiland",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.18.0",
"bootstrap": "^3.3.7",
"browser-sync": "^2.17.5",
"browser-sync-webpack-plugin": "^1.1.3",
"copy-webpack-plugin": "^4.0.0",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"glob": "^7.1.1",
"image-webpack-loader": "^3.0.0",
"imagemin": "^5.2.2",
"jquery": "^3.1.1",
"node-sass": "^3.11.1",
"postcss-loader": "^1.0.0",
"purifycss-webpack-plugin": "^2.0.1",
"sass-loader": "^4.0.2",
"select2": "^4.0.3",
"source-list-map": "^0.1.5",
"source-map": "^0.5.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.25",
"webpack-path-rewriter": "^1.1.4",
"webpack-shell-plugin": "^0.4.3"
},
"dependencies": {
"cookieconsent": "^3.0.1"
}
}