-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 999 Bytes
/
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
{
"name": "js-algorithms-collection",
"version": "1.0.0",
"description": "My collection of the algorithms in js",
"main": "main.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com//ProAnastasia/js-algorithms-data-structures"
},
"author": "Pro Anastasia",
"bugs": {
"url": "https://github.com//ProAnastasia/js-algorithms-data-structures"
},
"homepage": "https://github.com//ProAnastasia/js-algorithms-data-structuresd",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.28.7",
"node-sass": "^4.6.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.17.0",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.0.0"
},
"dependencies": {}
}