-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 1.52 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
{
"name": "thisiscapra.com",
"version": "1.0.0",
"description": "Capra is a design agency based in Ottawa, Canada. We design and build beautiful websites, apps and casual games. We love designing for clients who share our vision for a better world.",
"scripts": {
"start": "NODE_ENV=development webpack -d --watch --config ./webpack.config.js --color --display-error-details",
"build": "NODE_ENV=production webpack --config ./webpack.config.js --progress --color --display-error-details --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thisiscapra/thisiscapra.com.git"
},
"author": "Capra Design",
"license": "ISC",
"bugs": {
"url": "https://github.com/thisiscapra/thisiscapra.com/issues"
},
"homepage": "https://github.com/thisiscapra/thisiscapra.com#readme",
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^7.1.2",
"css-loader": "^5.0.1",
"exports-loader": "^2.0.0",
"gsap": "^3.6.0",
"imports-loader": "^2.0.0",
"mini-css-extract-plugin": "^1.3.5",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.0",
"scrollmagic": "^2.0.8",
"scrollmagic-plugin-gsap": "^1.0.4",
"smooth-scroll": "github:cferdinandi/smooth-scroll",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"turbolinks": "^5.2.0",
"webpack": "^5.21.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}