-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "nested-website",
"version": "0.0.3",
"description": "Pedigree editor",
"license": "MIT",
"main": "scripts/init.jsx",
"scripts": {
"dev": "webpack-dev-server --progress --colors --port 8000 --config webpack.config.js",
"clean": "rm -Rf dist",
"dist": "npm run clean && webpack -p --config webpack.config.js --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/lumc-nested/nested-website.git"
},
"dependencies": {
"babel-core": "6.7.7",
"babel-polyfill": "6.7.4",
"babel-runtime": "6.6.1",
"bootstrap": "3.3.6",
"font-awesome": "4.6.1",
"nested-editor": "git+https://github.com/lumc-nested/nested-editor.git#v0.0.7",
"react": "0.14.8",
"react-bootstrap": "0.28.5",
"react-dom": "0.14.8",
"react-fa": "4.0.0"
},
"devDependencies": {
"babel-eslint": "6.0.3",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-1": "6.5.0",
"binary-loader": "0.0.1",
"css-loader": "0.23.1",
"eslint": "2.8.0",
"eslint-loader": "1.3.0",
"eslint-plugin-react": "5.0.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"json-loader": "0.5.4",
"less": "2.6.0",
"less-loader": "2.2.2",
"pegjs": "0.9.0",
"pegjs-loader": "0.4.0",
"raw-loader": "0.5.1",
"react-hot-loader": "1.3.0",
"style-loader": "0.13.0",
"url-loader": "0.5.7",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
}
}