-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.2 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": "topolitik",
"version": "1.0.0",
"description": "WP Theme the topolitik.ch",
"main": "build.js",
"scripts": {
"css": "node ./utils/serve.js",
"search": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/topolitique/topolitik.git"
},
"author": "Mark Spurgeon",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/topolitique/topolitik/issues"
},
"homepage": "https://github.com/topolitique/topolitik#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"chokidar": "^3.1.1",
"date-and-time": "^0.10.0",
"fs": "0.0.1-security",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"resolve-url-loader": "^3.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"css-loader": "^3.2.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"sass": "^1.23.3",
"sass-loader": "^8.0.0"
}
}