-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "simon",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.1.1",
"html-webpack-plugin": "^2.28.0",
"jest": "^20.0.4",
"node-sass": "^4.5.3",
"regenerator-runtime": "^0.10.5",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"test": "jest",
"dev": "webpack-dev-server --history-api-fallback",
"build": "webpack --config webpack.config.js",
"lint": "eslint **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huichops/simon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huichops/simon/issues"
},
"homepage": "https://github.com/huichops/simon#readme"
}