-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.1 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ecliptic-os",
"version": "0.0.1",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "jest --verbose",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"start": "./node_modules/.bin/nodemon --watch webpack.config.js --exec \"webpack-dev-server --mode=development\"",
"build": "webpack --mode production",
"show:coverage": "start coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipticrick/Ecliptic-OS.git"
},
"author": "Wesley Veenendaal",
"license": "ISC",
"bugs": {
"url": "https://github.com/eclipticrick/Ecliptic-OS/issues"
},
"homepage": "https://github.com/eclipticrick/Ecliptic-OS#readme",
"dependencies": {
"@material-ui/core": "^3.7.0",
"react": "^16.7.0",
"react-dom": "^16.6.3",
"react-draggable": "^3.1.1"
},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.9",
"@types/react": "^16.7.7",
"@types/react-dom": "^16.0.10",
"@types/react-redux": "^6.0.10",
"@types/react-router-dom": "^4.3.1",
"autoprefixer": "^9.3.1",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^1.0.0",
"coveralls": "^3.0.2",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.10.0",
"nodemon": "^1.18.7",
"postcss-loader": "^3.0.0",
"re-resizable": "^4.11.0",
"react-redux": "^5.1.1",
"react-transition-group": "^2.5.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"ts-jest": "^23.10.5",
"tslint": "^5.11.0",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}