-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "dm",
"version": "1.0.0",
"description": "Online Multimedia Annotation and Linking",
"scripts": {
"build": "webpack -p --progress",
"dev": "node scripts/frontend-dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/performant-software/DM.git"
},
"author": "Performant Software Solutions LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/performant-software/DM/issues"
},
"homepage": "https://github.com/performant-software/DM#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.14.0",
"bs-fullscreen-message": "^1.1.0",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"http-proxy-middleware": "^0.17.4",
"strip-ansi": "^3.0.1",
"style-loader": "^0.17.0",
"url-loader": "^0.5.7",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"redux": "^3.6.0",
"redux-actions": "^2.0.3",
"redux-logger": "^3.0.1"
},
"babel": {
"presets": [
"es2015",
"stage-2"
]
}
}