-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "softpage",
"version": "0.1.19",
"description": "Library for handling pages initialized with javascript and seo ready.",
"main": "dist/softpage.js",
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"dev": "./node_modules/webpack/bin/webpack.js -w",
"dev-server": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base example/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allink/softpage.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/allink/softpage/issues"
},
"homepage": "https://github.com/allink/softpage#readme",
"dependencies": {
"superagent": ">=3.7.0",
"tingle.js": "^0.10.0"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.24.1",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"bootstrap": "^3.3.6",
"clean-webpack-plugin": "^0.1.9",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"postcss-loader": "^0.9.1",
"progress-bar-webpack-plugin": "^1.8.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.0",
"webpack-validator": "^2.2.0"
}
}