-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "tailgate",
"version": "1.3.0",
"description": "Tailgating module for Canopy",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --config webpack.config.js --watch",
"build": "webpack --mode production --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/tailgate.git"
},
"author": "Matthew McNaney <mcnaneym@appstate.edu>",
"license": "ISC",
"bugs": {
"url": "https://github.com/AppStateESS/tailgate/issues"
},
"homepage": "https://github.com/AppStateESS/tailgate#readme",
"dependencies": {},
"devDependencies": {
"assets-webpack-plugin": "^3.8.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.24.6",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^1.0.0",
"es6-promise": "^4.2.4",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"strip-loader": "^0.1.2",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}