-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "latinlink",
"version": "1.0.0",
"description": "Website for the organization Latin Link at Virginia Tech",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Josecc/LatinLink.git"
},
"author": "Jose Canahui",
"license": "MIT",
"bugs": {
"url": "https://github.com/Josecc/LatinLink/issues"
},
"homepage": "https://github.com/Josecc/LatinLink#readme",
"dependencies": {
"react": "^16.0.0-rc.3",
"react-dom": "^16.0.0-rc.3",
"react-responsive": "^1.3.4",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"svgo": "^0.7.2",
"svgo-loader": "^1.2.1",
"webpack": "^3.6.0"
}
}