-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "@fa-repo/mobile-dev-environment",
"version": "0.7.1",
"description": "MDE displays a console output tray and extendable action bar inside your browser window.",
"main": "./src/mde.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watchAll",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "eslint --ignore-path .gitignore .",
"release": "np"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fa-repo/mobile-dev-environment.git"
},
"author": "fa-repo",
"license": "MIT",
"bugs": {
"url": "https://github.com/fa-repo/mobile-dev-environment/issues"
},
"homepage": "https://github.com/fa-repo/mobile-dev-environment#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-loader": "^8.0.6",
"classnames": "^2.2.6",
"css-loader": "^3.3.2",
"eslint": "^6.7.2",
"extract-text-webpack-plugin": "^3.0.2",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"np": "^5.2.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"crel": "^4.2.0",
"crelns": "^1.0.1",
"lodash": "^4.17.15"
},
"jest": {
"moduleFileExtensions": [
"js"
],
"moduleDirectories": [
"node_modules",
"<rootDir>"
]
}
}