-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
{
"name": "pyrite-bootstrap",
"version": "0.0.1",
"description": "",
"main": "app/index.js",
"scripts": {
"test:watch": "./node_modules/.bin/mocha --recursive -r source-map-support/register -r ts-node/register --bail --watch ./test/**/*.spec.ts --watch-extensions ts",
"test": "./node_modules/.bin/mocha --recursive -r ts-node/register --bail ./test/**/*.spec.ts",
"build": "./node_modules/typescript/bin/tsc",
"watch": "./node_modules/webpack/bin/webpack.js --watch"
},
"author": "Francisco Jesus Navarro Cortes",
"license": "MIT",
"dependencies": {
"@types/bootstrap": "^3.3.36",
"@types/chai-spies": "0.0.0",
"@types/jquery": "^3.2.16",
"@types/prismjs": "^1.6.5",
"bootstrap": "^4.0.0-beta.2",
"chai-spies": "^0.7.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"highlight": "^0.2.4",
"install": "^0.10.1",
"jquery": "^3.2.1",
"node-sass": "^4.6.1",
"npm": "^5.5.1",
"prismjs": "^1.8.4",
"pyrite": "^2.8.0",
"pyrite-connect": "^0.4.1",
"pyrite-connect-emitter": "^0.1.0",
"pyrite-prism": "^1.0.1",
"sass": "^1.0.0-beta.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0"
},
"devDependencies": {
"@types/chai": "^4.0.5",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.53",
"@types/sinon": "^4.0.0",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"chai": "^4.1.2",
"html-webpack-plugin": "^2.30.1",
"jsdom": "^11.3.0",
"jsdom-global": "^3.0.2",
"nyc": "^11.3.0",
"sinon": "^4.1.2",
"source-map-loader": "^0.2.1",
"ts-loader": "^3.1.1",
"ts-node": "^3.3.0",
"typescript": "^2.6.1",
"webpack": "^3.3.0"
}
}