-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 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
{
"name": "locations_dev",
"version": "0.0.0",
"description": "A resume website",
"main": "src/index.js",
"scripts": {
"wds-dev": "webpack-dev-server --hot --inline --devtool eval --history-api-fallback --watch --watch-content-base --colors",
"wds-prod": "NODE_ENV=production webpack-dev-server --hot --inline --devtool eval",
"webpack-watch": "webpack --watch --display-error-details",
"webpack-test": "webpack --display-error-details",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tirastec/locations_dev.git"
},
"author": "TirasTec",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/tirastec/locations_dev/issues"
},
"homepage": "https://bitbucket.org/tirastec/locations_dev#readme",
"dependencies": {
"bootstrap.native": "^2.0.6",
"chart.js": "^2.5.0",
"decouple": "^1.0.1",
"domtastic": "^0.12.3",
"js-base64": "^2.1.9",
"pace-js": "^1.0.2",
"reqwest": "^2.0.5"
},
"devDependencies": {
"autoprefixer": "^6.7.3",
"autoprefixer-loader": "^3.2.0",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.3",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.0",
"lodash": "^4.17.21",
"node-sass": "^7.0.0",
"pug": "^3.0.1",
"pug-loader": "^2.3.0",
"resolve-url-loader": "^2.0.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.0",
"webpack-dev-server": "^3.1.11"
}
}