-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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": "sticky",
"version": "1.0.0",
"description": "Opensource sticky notes",
"main": "app.js",
"scripts": {
"dev:front": "webpack --config webpack.config.dev.js -w",
"dev:back": "NODE_ENV=dev node app.js",
"release": "node app.js"
},
"author": "Adam Sparks",
"license": "MIT",
"devDependencies": {
"@types/react": "^15.0.24",
"@types/react-dom": "^15.5.0",
"autoprefixer": "^7.1.1",
"awesome-typescript-loader": "^3.1.3",
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.3",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.3",
"prop-types": "^15.5.10",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"synchronous": "^0.1.2",
"typed-css-modules-loader": "0.0.9",
"typescript": "^2.3.2",
"webpack": "^2.5.1"
},
"dependencies": {
"compression": "^1.6.2",
"express": "^4.15.2",
"gun": "^0.7.8",
"gun-server": "^1.0.0",
"https": "^1.0.0",
"marked": "^0.3.6",
"moment": "^2.18.1",
"react": "^15.5.4",
"react-color": "^2.11.7",
"react-dom": "^15.5.4"
}
}