-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.07 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
60
61
62
63
64
65
66
67
{
"name": "CodeSaga",
"version": "11.0.0",
"description": "Code Presentation Project",
"main": "support/index.js",
"keywords": [
"presentation",
"purescript-pux",
"story"
],
"scripts": {
"postinstall": "bower --allow-root cache clean && bower --allow-root install",
"clean": "rimraf static/dist/ && rimraf dist/",
"build": "npm run clean && webpack --config ./webpack.config.client.js --progress --profile --colors && webpack --config ./webpack.config.server.js --progress --profile --colors",
"dev": "npm run clean && node ./webpack.config.client.js",
"serve": "npm run build && node ./dist/server.js",
"start": "npm run dev",
"watch": "pscid --test --censor-codes=UnusedFFIImplementations",
"test": "npm run clean && node ./webpack.config.test.js",
"ygor": "bin/build"
},
"repository": {
"type": "git",
"url": "git://github.com/frasermince/code-saga.git"
},
"author": "Fraser Mince",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/frasermince/code-saga/issues"
},
"dependencies": {
"babel-cli": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"bower": "^1.7.9",
"create-react-class": "^15.5.3",
"express": "^4.13.4",
"file-loader": "^0.11.2",
"preact": "^8.1.0",
"preact-compat": "^3.16.0",
"purescript": "^0.11.4",
"purescript-psa": "^0.5.1",
"purs-loader": "^3.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-syntax-highlighter": "^5.7.0",
"rimraf": "^2.5.2",
"standard": "^10.0.3",
"webpack": "^2.3.2",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.12.2",
"webpack-node-externals": "^1.5.4",
"xhr2": "^0.1.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"chalk": "^1.1.3",
"child-process-promise": "^2.2.1",
"chromedriver": "^2.29.0",
"compression-webpack-plugin": "^1.0.0",
"morgan": "^1.8.2",
"selenium-webdriver": "^3.4.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"ygor": "^4.0.1"
}
}