-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.5 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
{
"name": "team-neev-website",
"version": "1.0.0",
"description": "Team Neev website",
"main": "dist/bundle.js",
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"isotope-layout": "^3.0.4",
"jquery": "^3.2.1",
"jquery-bridget": "^2.0.1",
"magnific-popup": "^1.1.0",
"owl.carousel": "^2.2.0",
"slicknav": "^1.0.8",
"webpack": "^3.8.1",
"wow.js": "^1.2.2"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.7",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.6.0",
"postcss-loader": "^2.0.8",
"style-loader": "^0.19.0",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1"
},
"scripts": {
"build": "webpack --display-modules -p --progress --config webpack/prod.js",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node src/js/server.js",
"start": "webpack-dev-server --config webpack/dev.js",
"watch": "webpack --watch --config webpack/dev.js"
},
"repository": {
"type": "git",
"url": "git@github.com:team-neev/team-neev.github.io.git"
},
"author": "Vítor Brandão <vitor@team-neev.com>",
"private": true,
"bugs": {
"url": "https://github.com/team-neev/team-neev.github.io"
},
"homepage": "https://team-neev.com"
}