-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "todo",
"version": "1.0.0",
"description": "test project",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=unit karma start ./karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soft-noise/todo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/soft-noise/todo/issues"
},
"homepage": "https://github.com/soft-noise/todo#readme",
"devDependencies": {
"@types/jasmine": "^2.8.6",
"awesome-typescript-loader": "^5.0.0-1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.1.0",
"jasmine": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^1.0.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0-beta.0",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"typescript": "^2.8.1",
"webpack": "^4.4.1"
},
"dependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0"
}
}