This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.84 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
{
"name": "Javascripture",
"version": "5.0.0",
"description": "Webpack mongrel",
"main": "index.js",
"scripts": {
"production": "NODE_ENV=production node_modules/.bin/webpack -p",
"start": "npm install && webpack-dev-server --inline --hot --port 7777",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scruffian/Javascripture.git"
},
"author": "@scruffian",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Automattic/scruffian/Javascripture/issues"
},
"homepage": "https://github.com/Automattic/scruffian/Javascripture#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.10",
"react-hot-loader": "^4.3.3",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"autoprefixer": "^8.6.3",
"classnames": "^2.2.6",
"connected-react-router": "^4.3.0",
"css-loader": "^0.28.11",
"debug": "^2.2.0",
"history": "^4.7.2",
"http-server": "^0.11.1",
"inherits": "^2.0.3",
"isomorphic-style-loader": "^4.0.0",
"json-loader": "^0.5.7",
"keyboard-shortcut": "^1.2.0",
"mousetrap": "^1.6.2",
"node-sass": "^4.9.3",
"postcss-loader": "^2.1.5",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-waypoint": "^8.0.2",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.0.3",
"strongs": "^1.0.2"
}
}