-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "proppy",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"bootstrap": "lerna bootstrap",
"test": "lerna run test",
"cover": "lerna run cover",
"lint": "lerna run lint",
"transpile": "lerna run transpile",
"clean": "lerna run clean",
"dist": "lerna run dist",
"dist:lib": "lerna run dist:lib",
"dist:min": "lerna run dist:lib",
"build": "lerna run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fahad19/proppy.git"
},
"author": {
"name": "Fahad Ibnay Heylaal",
"url": "http://fahad19.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fahad19/proppy/issues"
},
"homepage": "https://github.com/fahad19/proppy#readme",
"dependencies": {},
"devDependencies": {
"@types/jest": "^22.2.3",
"bulma": "^0.7.1",
"compression-webpack-plugin": "^1.1.11",
"jest": "^22.4.3",
"js-yaml": "^3.11.0",
"jsdom": "11.11.0",
"lerna": "^2.11.0",
"lerna-changelog": "^0.7.0",
"live-server": "^1.2.0",
"lodash": "^4.17.10",
"marked": "^0.3.19",
"metalsmith": "^2.3.0",
"node-sass": "^4.9.0",
"rimraf": "^2.6.2",
"ts-jest": "^22.4.4",
"ts-loader": "^4.2.0",
"tslint": "^5.10.0",
"typescript": "^3.1.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
}
}