-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
{
"name": "ccf-talk",
"version": "1.0.0",
"description": "Talk about how we did and how we still do ccf at table view ",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "NODE_ENV=production webpack --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vovakulikov/ccf-talk.git"
},
"author": "https://github.com/vovakulikov",
"license": "ISC",
"bugs": {
"url": "https://github.com/vovakulikov/ccf-talk/issues"
},
"homepage": "https://github.com/vovakulikov/ccf-talk#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^2.0.0",
"react-syntax-highlighter": "^7.0.4",
"terser-webpack-plugin": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"code-surfer": "^0.5.5",
"link": "^0.1.5",
"npm": "^6.9.0",
"polished": "^3.4.0",
"presa": "^1.0.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-mathjax": "^1.0.1",
"styled-components": "^2.4.1"
}
}