-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.04 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": "Mirror-Strings",
"widgetName": "MirrorStrings",
"version": "0.1.0",
"description": "A fast and easy to reverse Strings",
"author": "Muloki Samuel, Freedom Gemmar",
"copyright": "Flock of Birds",
"private": true,
"devDependencies": {
"@types/big.js": "0.0.31",
"@types/dojo": "^1.9.35",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.1",
"extract-text-webpack-plugin": "^2.1.0",
"grunt": "^1.0.1",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.1.1",
"grunt-webpack": "^2.0.1",
"json-loader": "^0.5.4",
"mendix-client": "git+https://github.com/FlockOfBirds/Mendix-client-typing.git",
"source-map-loader": "^0.2.0",
"style-loader": "^0.13.1",
"ts-loader": "^2.0.1",
"tslint": "^4.5.1",
"tslint-eslint-rules": "^3.4.0",
"typescript": "^2.0.3",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.5.1"
}
}