-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.68 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": "manoseimas.lt",
"version": "0.2.0",
"description": "ManoSeimas.lt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack --config webpack/webpack.prod.config.js",
"build:watch": "./node_modules/.bin/webpack --config webpack/webpack.base.config.js --watch",
"build:hot-reload": "node webpack-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManoSeimas/manoseimas.lt.git"
},
"author": "Jaro Satkevic",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ManoSeimas/manoseimas.lt/issues"
},
"homepage": "https://github.com/ManoSeimas/manoseimas.lt#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "~6.5.2",
"babel-core": "~6.7.7",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "~6.5.0",
"css-loader": "^0.23.1",
"es6-promise": "~3.2.1",
"history": "^2.1.1",
"isomorphic-fetch": "~2.2.1",
"js-cookie": "~2.1.2",
"lost": "^6.7.2",
"path": "^0.12.7",
"postcss-import": "^8.1.0",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-hot-loader": "^1.3.0",
"react-loader": "^2.4.0",
"react-modal": "^1.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2",
"redux-thunk": "~2.1.0",
"style-loader": "^0.13.1",
"subscribe-ui-event": "~1.0.12",
"webpack": "^1.13.0",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.14.1"
}
}