-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "ulyssesp_com",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"foundation-sites": "^6.2.3"
},
"devDependencies": {
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.24.0",
"elm-webpack-loader": "^3.0.6",
"file-loader": "^0.9.0",
"jquery": "^3.1.0",
"json-loader": "^0.5.4",
"motion-ui": "^1.2.2",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.2",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --optimize-minimize",
"watch": "webpack --watch",
"dev": "webpack-dev-server --watch --port 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ulyssesp/ulyssesp.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ulyssesp/ulyssesp.com/issues"
},
"homepage": "https://github.com/ulyssesp/ulyssesp.com#readme"
}