-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.11 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
{
"name": "Ax.wintypes",
"version": "0.0.1",
"description": "stupid typesystem for navigating an address-space in Windows",
"main": "js/index.js",
"repository": "git+https://github.com/arizvisa/Ax.git",
"author": "Ali Rizvi-Santiago <arizvisa@gmail.com>",
"license": "BSD-3-Clause-Clear",
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --mode development"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"error-polyfill": "^0.1.1",
"errors": "https://github.com/arizvisa/js-custom-errors.git",
"html-webpack-plugin": "^3.0.7",
"jshint": "^2.9.5",
"jshint-loader": "https://github.com/arizvisa/jshint-loader.git#webpack-4",
"json-loader": "^0.5.7",
"lazy.js": "^0.5.1",
"loglevel": "^1.6.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.4.0"
},
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}