This repository has been archived by the owner on Mar 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
{
"name": "snap-cloud",
"version": "1.0.0",
"description": "Snap! Social site",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/snap-cloud/snap-cloud.git"
},
"author": "Michael Ball",
"license": "AGPL-1.0",
"bugs": {
"url": "https://github.com/snap-cloud/snap-cloud/issues"
},
"homepage": "https://github.com/snap-cloud/snap-cloud",
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-loader": "7.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"bootstrap": "4.0.0-beta",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"fontawesome": "^4.7.2",
"glob": "^7.1.2",
"jquery": "^3.2.1",
"jquery-ujs": "^1.2.2",
"js-yaml": "^3.9.1",
"node-sass": "^4.5.3",
"path-complete-extname": "^0.1.0",
"popper.js": "^1.11.0",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"rails-erb-loader": "^5.1.0",
"resolve-url-loader": "^2.1.0",
"retinajs": "^2.1.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-manifest-plugin": "^1.3.1",
"webpack-merge": "^4.1.0"
},
"engine": {
"node": ">7.0.0"
},
"devDependencies": {
"webpack-dev-server": "^2.7.1"
}
}