-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "nback",
"version": "1.0.0",
"description": "wannabe implementation of dual-n-back game",
"main": "app.js",
"scripts": {
"build": "webpack -p",
"dev": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitalist82/nback.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vitalist82/nback/issues"
},
"homepage": "https://github.com/vitalist82/nback#readme",
"dependencies": {
"@types/react": "^16.0.35",
"@types/react-dom": "^16.0.3",
"howler": "^2.0.8",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"awesome-typescript-loader": "^3.4.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-loader": "^0.5.5",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.1",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
}
}