forked from djunicode/DJ-Comps-Skill-Finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "dj-comps-skill-finder",
"version": "1.0.0",
"description": "An application to find people with similar interests as you on the campus.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djunicode/DJ-Comps-Skill-Finder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/djunicode/DJ-Comps-Skill-Finder/issues"
},
"homepage": "https://github.com/djunicode/DJ-Comps-Skill-Finder#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"image-webpack-loader": "^4.0.0",
"react": "^16.2.0",
"react-hot-loader": "^3.1.3",
"style-loader": "^0.19.1",
"webpack": "^2.1.0-beta.22",
"webpack-bundle-tracker": "^0.2.1",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"create-react-class": "^15.6.2",
"django-react-csrftoken": "^1.0.3",
"react-dom": "^16.2.0"
}
}