-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.25 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.25 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ouaibe",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "mocha -b --require @babel/register --colors -w test/**/*.js",
"start": "webpack-dev-server",
"prod": "webpack --progress",
"build": "npm run prod"
},
"repository": {
"type": "git",
"url": "https://github.com/mmmaxou/OUAIBE"
},
"author": "Maximilien Pluchard / Olivier Meyer / Nicolas Senecal",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmmaxou/OUAIBE/issues"
},
"homepage": "https://github.com/mmmaxou/OUAIBE",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.0.0",
"@babel/preset-stage-3": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.4.3",
"autoprefixer": "^9.5.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-register": "^7.0.0-beta.0",
"css-hot-loader": "^1.4.4",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"node-libs-browser": "^2.0.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"rfs": "^8.0.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"sugarss": "^2.0.0",
"uglifyjs-webpack-plugin": "1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"@hyperapp/router": "^0.7.1",
"chart.js": "^2.8.0",
"dateformat": "^3.0.3",
"hyperapp": "^1.2.5",
"hyperapp-nestable": "^1.1.0",
"material-design-lite": "^1.3.0",
"materialize-css": "^1.0.0-rc.2"
}
}