-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 991 Bytes
/
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
{
"name": "td-paths",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"serve": "cd public && python3 -m http.server 8000 --bind 127.0.0.1 && cd -",
"profile": "cross-env NODE_ENV=production webpack --profile --json > webpack-stats.json"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.5",
"css-loader": "^0.28.11",
"eases-jsnext": "^1.0.10",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^2.29.0",
"lucid-components": "0.0.6",
"npm": "^6.0.1",
"npx": "^10.2.0",
"raw-loader": "^0.5.1",
"svelte": "^2.6.1",
"svelte-extras": "^2.0.0",
"svelte-loader": "~2.8.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.2"
}
}