-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "deep-performance-dwelling-monitor",
"description": "Interface of the monitor that controls some components of the Deep Performance Dwelling.",
"version": "0.0.1",
"license": "UNLICENSED",
"author": "Mat Janson Blanchet <mat.jb@jansensan.net> (http://jansensan.net)",
"main": "webpack.config.js",
"scripts": {
"package": "node ./tasks/package.js"
},
"repository": {
"type": "git",
"url": "git+https://jansensan@github.com/topologicalmedialab/deep-performance-dwelling-monitor.git"
},
"bugs": {
"url": "https://github.com/topologicalmedialab/deep-performance-dwelling-monitor/issues"
},
"homepage": "https://github.com/topologicalmedialab/deep-performance-dwelling-monitor#readme",
"dependencies": {
"lodash": "^4.17.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"signals": "^1.0.0"
},
"devDependencies": {
"archiver": "^2.0.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.11",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^4.10.1"
}
}